Skip to content

Commit 990fc3d

Browse files
manabianbroonie
authored andcommitted
ASoC: wm8776: add missing break in sample size switch
Broken in commit d1dc698 Signed-off-by: Joachim Eastwood <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 497d496 commit 990fc3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/codecs/wm8776.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ static int wm8776_hw_params(struct snd_pcm_substream *substream,
235235
switch (snd_pcm_format_width(params_format(params))) {
236236
case 16:
237237
iface = 0;
238+
break;
238239
case 20:
239240
iface = 0x10;
240241
break;

0 commit comments

Comments
 (0)