diff options
-rw-r--r-- | sound/soc/codecs/wm_hubs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm_hubs.c b/sound/soc/codecs/wm_hubs.c index 8ad43bb32eb0..16f1a57da08a 100644 --- a/sound/soc/codecs/wm_hubs.c +++ b/sound/soc/codecs/wm_hubs.c | |||
@@ -401,14 +401,14 @@ static int hp_event(struct snd_soc_dapm_widget *w, | |||
401 | 401 | ||
402 | case SND_SOC_DAPM_PRE_PMD: | 402 | case SND_SOC_DAPM_PRE_PMD: |
403 | snd_soc_update_bits(codec, WM8993_ANALOGUE_HP_0, | 403 | snd_soc_update_bits(codec, WM8993_ANALOGUE_HP_0, |
404 | WM8993_HPOUT1L_DLY | | 404 | WM8993_HPOUT1L_OUTP | |
405 | WM8993_HPOUT1R_DLY | | 405 | WM8993_HPOUT1R_OUTP | |
406 | WM8993_HPOUT1L_RMV_SHORT | | 406 | WM8993_HPOUT1L_RMV_SHORT | |
407 | WM8993_HPOUT1R_RMV_SHORT, 0); | 407 | WM8993_HPOUT1R_RMV_SHORT, 0); |
408 | 408 | ||
409 | snd_soc_update_bits(codec, WM8993_ANALOGUE_HP_0, | 409 | snd_soc_update_bits(codec, WM8993_ANALOGUE_HP_0, |
410 | WM8993_HPOUT1L_OUTP | | 410 | WM8993_HPOUT1L_DLY | |
411 | WM8993_HPOUT1R_OUTP, 0); | 411 | WM8993_HPOUT1R_DLY, 0); |
412 | 412 | ||
413 | snd_soc_update_bits(codec, WM8993_POWER_MANAGEMENT_1, | 413 | snd_soc_update_bits(codec, WM8993_POWER_MANAGEMENT_1, |
414 | WM8993_HPOUT1L_ENA | WM8993_HPOUT1R_ENA, | 414 | WM8993_HPOUT1L_ENA | WM8993_HPOUT1R_ENA, |