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:
parent
014b7829fc
commit
fd67c11b6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue