diff options
Diffstat (limited to 'sound/soc/ti/rx51.c')
-rw-r--r-- | sound/soc/ti/rx51.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/ti/rx51.c b/sound/soc/ti/rx51.c index bc6046534fa5..ccd0e8a07dd1 100644 --- a/sound/soc/ti/rx51.c +++ b/sound/soc/ti/rx51.c @@ -55,6 +55,7 @@ static void rx51_ext_control(struct snd_soc_dapm_context *dapm) break; case RX51_JACK_HS: hs = 1; + /* fall through */ case RX51_JACK_HP: hp = 1; break; |