diff options
author | 2013-11-03 22:04:13 -0800 | |
---|---|---|
committer | 2013-11-03 22:04:13 -0800 | |
commit | b199b0fcde29731710a571cb65460f53fd8e0927 (patch) | |
tree | 250eb9a8cb776c2fc7d7b630cea6ebbc8c9a23f4 | |
parent | Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus (diff) | |
parent | ASoC: wm_hubs: Add missing break in hp_supply_event() (diff) | |
download | linux-dev-b199b0fcde29731710a571cb65460f53fd8e0927.tar.xz linux-dev-b199b0fcde29731710a571cb65460f53fd8e0927.zip |
Merge remote-tracking branch 'asoc/fix/wm8994' into asoc-linus
-rw-r--r-- | sound/soc/codecs/wm_hubs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_hubs.c b/sound/soc/codecs/wm_hubs.c index 8b50e5958de5..01daf655e20b 100644 --- a/sound/soc/codecs/wm_hubs.c +++ b/sound/soc/codecs/wm_hubs.c @@ -530,6 +530,7 @@ static int hp_supply_event(struct snd_soc_dapm_widget *w, hubs->hp_startup_mode); break; } + break; case SND_SOC_DAPM_PRE_PMD: snd_soc_update_bits(codec, WM8993_CHARGE_PUMP_1, |