Skip to content

Commit 7f74ff5

Browse files
Jaska UimonenJaska Uimonen
authored andcommitted
topology: add Intel dmic 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 dmic blob into the nhlt code. Dmic code is lifted from Sound Open Firmware (sof) code base, thus it will have BSD-3 license. Signed-off-by: Jaska Uimonen <[email protected]>
1 parent ff8a3ce commit 7f74ff5

File tree

12 files changed

+3592
-2
lines changed

12 files changed

+3592
-2
lines changed

topology/Makefile.am

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ endif
99
rst2man $< > $@
1010

1111
alsatplg_SOURCES = topology.c pre-processor.c pre-process-class.c pre-process-object.c \
12-
pre-process-dapm.c pre-process-dai.c nhlt/nhlt-processor.c
12+
pre-process-dapm.c pre-process-dai.c nhlt/nhlt-processor.c \
13+
nhlt/intel/dmic-nhlt.c nhlt/intel/dmic/dmic-process.c nhlt/intel/dmic/dmic-debug.c
1314

1415
noinst_HEADERS = topology.h pre-processor.h \
15-
nhlt/nhlt-processor.h nhlt/nhlt.h
16+
nhlt/nhlt-processor.h nhlt/nhlt.h nhlt/intel/intel-nhlt.h \
17+
nhlt/intel/dmic-nhlt.h nhlt/intel/dmic/dmic-process.h \
18+
nhlt/intel/dmic/dmic-intel.h nhlt/intel/dmic/dmic-internal.h \
19+
nhlt/intel/dmic/pdm-decim-fir.h nhlt/intel/dmic/dmic-debug.h
1620

1721
AM_CPPFLAGS = \
1822
-Wall -I$(top_srcdir)/include

0 commit comments

Comments
 (0)