Skip to content

Commit

Permalink
Topology: NHLT: Intel: Improve error message for DMIC enable conflict
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Seppo Ingalsuo <[email protected]>
  • Loading branch information
singalsu committed Jan 14, 2025
1 parent 15fd9e9 commit b08c8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topology/nhlt/intel/dmic/dmic-process.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,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;
}

Expand Down

0 comments on commit b08c8df

Please sign in to comment.