ASoC: Fix offset of freqmode in WM8580 PLL configuration
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@kernel.org
This commit is contained in:
Родитель
516ef69f16
Коммит
ce88168f5b
|
@ -522,7 +522,7 @@ static int wm8580_set_dai_pll(struct snd_soc_dai *codec_dai,
|
|||
reg = wm8580_read(codec, WM8580_PLLA4 + offset);
|
||||
reg &= ~0x3f;
|
||||
reg |= pll_div.prescale | pll_div.postscale << 1 |
|
||||
pll_div.freqmode << 4;
|
||||
pll_div.freqmode << 3;
|
||||
|
||||
wm8580_write(codec, WM8580_PLLA4 + offset, reg);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче