mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 23:01:29 +00:00
ASoC: wm8996: Fix wrong mask for setting WM8996_AIF_CLOCKING_2
Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@kernel.org
This commit is contained in:
parent
52082d8f56
commit
3205e6629b
@ -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,
|
snd_soc_update_bits(codec, lrclk_reg, WM8996_AIF1RX_RATE_MASK,
|
||||||
lrclk);
|
lrclk);
|
||||||
snd_soc_update_bits(codec, WM8996_AIF_CLOCKING_2,
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user