|
@@ -1920,7 +1920,7 @@ static int wm8996_hw_params(struct snd_pcm_substream *substream,
|
|
|
snd_soc_update_bits(codec, lrclk_reg, WM8996_AIF1RX_RATE_MASK,
|
|
|
lrclk);
|
|
|
snd_soc_update_bits(codec, WM8996_AIF_CLOCKING_2,
|
|
|
- WM8996_DSP1_DIV_SHIFT << dsp_shift, dsp);
|
|
|
+ WM8996_DSP1_DIV_MASK << dsp_shift, dsp);
|
|
|
|
|
|
return 0;
|
|
|
}
|