diff options
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/wm8400.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8400.c b/sound/soc/codecs/wm8400.c index fbee556cbf35..dc13be2a09c5 100644 --- a/sound/soc/codecs/wm8400.c +++ b/sound/soc/codecs/wm8400.c | |||
@@ -383,7 +383,7 @@ static int inmixer_event (struct snd_soc_dapm_widget *w, | |||
383 | (1 << WM8400_AINRMUX_PWR))) { | 383 | (1 << WM8400_AINRMUX_PWR))) { |
384 | reg |= WM8400_AINR_ENA; | 384 | reg |= WM8400_AINR_ENA; |
385 | } else { | 385 | } else { |
386 | reg &= ~WM8400_AINL_ENA; | 386 | reg &= ~WM8400_AINR_ENA; |
387 | } | 387 | } |
388 | wm8400_write(w->codec, WM8400_POWER_MANAGEMENT_2, reg); | 388 | wm8400_write(w->codec, WM8400_POWER_MANAGEMENT_2, reg); |
389 | 389 | ||