Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ac34062 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Add missing break in WM8915 FLL source selection

parent 1622ee18
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;