X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=sound%2Fsoc%2Fcodecs%2Fwm8776.c;h=33e97d1d8f4675a46aabdc452ee05122a19550f8;hb=2c9d9b6fa70e1881c411d45d2f3d2ab28bd58c75;hp=38b45566219530f1872fc509d8616eba79bfc916;hpb=c5cf4dbc7f804bb4ff02a065b927bd8688204253;p=~andy%2Flinux diff --git a/sound/soc/codecs/wm8776.c b/sound/soc/codecs/wm8776.c index 38b45566219..33e97d1d8f4 100644 --- a/sound/soc/codecs/wm8776.c +++ b/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;