diff --git a/[refs] b/[refs] index 5f37827226f7..6eda57cd155e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c5cf4dbc7f804bb4ff02a065b927bd8688204253 +refs/heads/master: 2c9d9b6fa70e1881c411d45d2f3d2ab28bd58c75 diff --git a/trunk/sound/soc/codecs/wm8776.c b/trunk/sound/soc/codecs/wm8776.c index 38b455662195..33e97d1d8f46 100644 --- a/trunk/sound/soc/codecs/wm8776.c +++ b/trunk/sound/soc/codecs/wm8776.c @@ -234,6 +234,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;