Skip to content

Commit fd67c11

Browse files
singalsuperexg
authored andcommitted
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: alsa-project#286 Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
1 parent 014b782 commit fd67c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

topology/nhlt/intel/dmic/dmic-process.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ static int configure_registers(struct intel_dmic_params *dmic, struct dmic_calc_
773773

774774
ret = stereo_helper(dmic, stereo, swap, ipmsm);
775775
if (ret < 0) {
776-
fprintf(stderr, "%s: enable conflict\n", __func__);
776+
fprintf(stderr, "%s: Microphones enable conflict for DMIC0 and DMIC1 FIFOs\n", __func__);
777777
return ret;
778778
}
779779

0 commit comments

Comments
 (0)