Skip to content

Commit c7f5f23

Browse files
committed
ASoC: wm8994: Fix AIF2ADC power down
Signed-off-by: Mark Brown <[email protected]> Cc: [email protected]
1 parent 5807c3b commit c7f5f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/wm8994.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ static int aif2clk_ev(struct snd_soc_dapm_widget *w,
11441144
snd_soc_update_bits(codec, WM8994_POWER_MANAGEMENT_5,
11451145
WM8994_AIF2DACL_ENA |
11461146
WM8994_AIF2DACR_ENA, 0);
1147-
snd_soc_update_bits(codec, WM8994_POWER_MANAGEMENT_5,
1147+
snd_soc_update_bits(codec, WM8994_POWER_MANAGEMENT_4,
11481148
WM8994_AIF2ADCL_ENA |
11491149
WM8994_AIF2ADCR_ENA, 0);
11501150

0 commit comments

Comments
 (0)