forked from alsa-project/alsa-utils
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
topology: add Intel ssp vendor blob generation for nhlt
In some Intel platforms the nhlt vendor specific blobs are sent to the dsp over ipc. Add the generation of Intel ssp blob into the nhlt code. Ssp code is lifted from Sound Open Firmware (sof) code base, thus it will have BSD-3 license. Signed-off-by: Jaska Uimonen <[email protected]>
- Loading branch information
Jaska Uimonen
authored and
Jaska Uimonen
committed
Nov 10, 2021
1 parent
a5319da
commit 1d14380
Showing
9 changed files
with
1,678 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ | |
struct intel_nhlt_params | ||
{ | ||
void *dmic_params; | ||
void *ssp_params; | ||
}; | ||
|
||
#endif /* __INTEL_NHLT_H */ |
Oops, something went wrong.