topology: plugins: nhlt: remove dmic error print

Remove "fs not set" print from dmic processing. The message is printed out
when pdm is enabled but not configured. Many sof topologies enable all
pdms even if not used as it is a requirement for some Intel firmware
versions to work correctly.

Fixes: https://github.com/alsa-project/alsa-utils/pull/218
Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaska Uimonen 2023-05-30 17:09:13 +03:00 committed by Jaroslav Kysela
parent a4c25e4710
commit 096920264e

View file

@ -146,7 +146,6 @@ static void find_modes(struct intel_dmic_params *dmic, struct dmic_calc_decim_mo
* num_of_modes as zero. * num_of_modes as zero.
*/ */
if (fs == 0) { if (fs == 0) {
fprintf(stderr, "find_modes(): fs not set\n");
return; return;
} }