alsa-utils/topology/nhlt
Jyri Sarha 6eb1eb5047 topology: nhlt: Fix dmic configuration blob building
The dmic configuration functions are called for each dmic DAI (or
FIFO) separately, and each dmic DAI is configured in their own
configuration rounds. However, the later configured dmic FIFO may
change the common clock divider and thus affect the FIR configuration
of the first configured DAI. However, the first configured FIR blob is
not touched after it is configured for the first time.

To overcome this problem always check the both FIR configurations, no
matter which DAI we are configuring.

Closes: https://github.com/alsa-project/alsa-utils/pull/250
Suggested-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2024-01-24 18:34:22 +01:00
..
intel topology: nhlt: Fix dmic configuration blob building 2024-01-24 18:34:22 +01:00
Makefile.am configure: use AC_DISABLE_STATIC (for topology modules) 2022-06-02 08:25:51 +02:00
nhlt-processor.c topology: use ATTRIBUTE_UNUSED instead remove argument name 2023-09-04 17:11:29 +02:00
nhlt.h topology: plugins - add Intel nhlt encoder plugin 2022-05-03 13:24:03 +02:00