mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:05:42 +01:00
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:
parent
a4c25e4710
commit
096920264e
1 changed files with 0 additions and 1 deletions
|
@ -146,7 +146,6 @@ static void find_modes(struct intel_dmic_params *dmic, struct dmic_calc_decim_mo
|
|||
* num_of_modes as zero.
|
||||
*/
|
||||
if (fs == 0) {
|
||||
fprintf(stderr, "find_modes(): fs not set\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue