mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-16 18:08:20 +00:00
ASoC: wm8995: Fix setting sysclk for WM8995_SYSCLK_MCLK2 case
Fix trivial typo. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
b787f68c36
commit
fcd9d310a5
@ -1929,7 +1929,7 @@ static int wm8995_set_dai_sysclk(struct snd_soc_dai *dai,
|
||||
dai->id + 1, freq);
|
||||
break;
|
||||
case WM8995_SYSCLK_MCLK2:
|
||||
wm8995->sysclk[dai->id] = WM8995_SYSCLK_MCLK1;
|
||||
wm8995->sysclk[dai->id] = WM8995_SYSCLK_MCLK2;
|
||||
wm8995->mclk[1] = freq;
|
||||
dev_dbg(dai->dev, "AIF%d using MCLK2 at %uHz\n",
|
||||
dai->id + 1, freq);
|
||||
|
Loading…
x
Reference in New Issue
Block a user