drivers: dai: add dai driver subdir and ssp driver

Add Intel ssp driver using dai interface.

Signed-off-by: Jaska Uimonen <jaska.uimonen@linux.intel.com>
This commit is contained in:
Jaska Uimonen 2022-03-29 16:38:26 +03:00 committed by Anas Nashif
commit 8d38b64fdc
12 changed files with 2812 additions and 1 deletions

View file

@ -0,0 +1,8 @@
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(adsp_ssp)
target_sources(app PRIVATE src/main.c)