dect
/
linux-2.6
Archived
13
0
Fork 0

ASoC: wm8776: add missing break in sample size switch

Broken in commit d1dc698a54

Signed-off-by: Joachim Eastwood <joachim.eastwood@jotron.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Joachim Eastwood 2011-12-23 17:32:25 +01:00 committed by Mark Brown
parent 497d496598
commit 990fc3d0b2
1 changed files with 1 additions and 0 deletions

View File

@ -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;