From: Seppo Ingalsuo Date: Tue, 14 Jan 2025 14:20:09 +0000 (+0200) Subject: Topology: NHLT: Intel: Improve error message for DMIC enable conflict X-Git-Tag: v1.2.14~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=fd67c11b6d3d84308db14150997ae773283caec2;p=alsa-utils.git 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 Signed-off-by: Jaroslav Kysela --- diff --git a/topology/nhlt/intel/dmic/dmic-process.c b/topology/nhlt/intel/dmic/dmic-process.c index 2d02289..2db5da4 100644 --- a/topology/nhlt/intel/dmic/dmic-process.c +++ b/topology/nhlt/intel/dmic/dmic-process.c @@ -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; }