diff --git a/sound/soc/fsl/imx-card.c b/sound/soc/fsl/imx-card.c index db947180617a6cec44510287e351387671cd444e..be9c2c911b7732924e3e2ab5e8de9cb3c2681d2c 100644 --- a/sound/soc/fsl/imx-card.c +++ b/sound/soc/fsl/imx-card.c @@ -354,7 +354,7 @@ static int imx_aif_hw_params(struct snd_pcm_substream *substream, else mclk_freq = params_rate(params) * slots * slot_width; /* Use the maximum freq from DSD512 (512*44100 = 22579200) */ - if (format_is_dsd(params)) + if (format_is_dsd(params) && (params_rate(params) % 44100 == 0)) mclk_freq = 22579200; ret = snd_soc_dai_set_sysclk(cpu_dai, link_data->cpu_sysclk_id, mclk_freq,