[GIT PULL] sound (ASoC) fix for 3.2

From: Takashi Iwai
Date: Sat Dec 31 2011 - 12:01:39 EST


Linus,

please pull sound (ASoC) fix for v3.2 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git fix/asoc

The topmost commit is 8015e3defe491d305b20c2e64b154b999e6da065

Sorry for the late pull request, as I'm on vacation now.
It's a single one-liner commit, so absolutely safe to apply.


Thanks!

Takashi

===

Joachim Eastwood (1):
ASoC: wm8776: add missing break in sample size switch

---
sound/soc/codecs/wm8776.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/soc/codecs/wm8776.c b/sound/soc/codecs/wm8776.c
index bfdc523..d3b0a20 100644
--- a/sound/soc/codecs/wm8776.c
+++ b/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;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/