You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user