diff --git a/wm8960.c b/wm8960.c index f26f59b..c2975e1 100644 --- a/wm8960.c +++ b/wm8960.c @@ -752,7 +752,8 @@ static int wm8960_hw_params(struct snd_pcm_substream *substream, if ((iface & 0x3) != 0) { iface |= 0x000c; break; - } + }; + /* fall through */ default: dev_err(codec->dev, "unsupported width %d\n", params_width(params));