1
0
Fork 0

Topology: NHLT: Intel: Improve error message for DMIC enable conflict

The DMIC HW does not provide all the freedom that topology
syntax appears to provide for DAI configuration. This change
helps to understand better what the error is about.

Closes: https://github.com/alsa-project/alsa-utils/pull/286
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Seppo Ingalsuo 2025-01-14 16:20:09 +02:00 committed by Jaroslav Kysela
parent 014b7829fc
commit fd67c11b6d

View file

@ -773,7 +773,7 @@ static int configure_registers(struct intel_dmic_params *dmic, struct dmic_calc_
ret = stereo_helper(dmic, stereo, swap, ipmsm);
if (ret < 0) {
fprintf(stderr, "%s: enable conflict\n", __func__);
fprintf(stderr, "%s: Microphones enable conflict for DMIC0 and DMIC1 FIFOs\n", __func__);
return ret;
}