Skip to content

Commit c7f46b7

Browse files
committed
Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
* 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: ASoC: wm8776: add missing break in sample size switch
2 parents ac97ecc + 990fc3d commit c7f46b7

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)