mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 07:01:32 +00:00
ASoC: Add missing break in WM8915 FLL source selection
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
This commit is contained in:
parent
1622ee1822
commit
6ac340623c
@ -2038,6 +2038,7 @@ static int wm8915_set_fll(struct snd_soc_codec *codec, int fll_id, int source,
|
||||
break;
|
||||
case WM8915_FLL_MCLK2:
|
||||
reg = 1;
|
||||
break;
|
||||
case WM8915_FLL_DACLRCLK1:
|
||||
reg = 2;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user