Browse Source

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
Linus Torvalds 13 years ago
parent
commit
c7f46b7aa4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sound/soc/codecs/wm8776.c

+ 1 - 0
sound/soc/codecs/wm8776.c

@@ -235,6 +235,7 @@ static int wm8776_hw_params(struct snd_pcm_substream *substream,
 	switch (snd_pcm_format_width(params_format(params))) {
 	case 16:
 		iface = 0;
+		break;
 	case 20:
 		iface = 0x10;
 		break;