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:
parent
fa1eb1d774
commit
8d38b64fdc
12 changed files with 2812 additions and 1 deletions
8
tests/boards/intel_adsp/ssp/CMakeLists.txt
Normal file
8
tests/boards/intel_adsp/ssp/CMakeLists.txt
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue