Skip to content

Commit 174448b

Browse files
KailangYangtiwai
authored andcommitted
ALSA: hda/realtek: Fixup ALC225 depop procedure
Headset MIC will no function when power_save=0. Fixes: 1fd5050 ("ALSA: hda/realtek: Update ALC225 depop procedure") Link: https://bugzilla.kernel.org/show_bug.cgi?id=219743 Signed-off-by: Kailang Yang <kailang@realtek.com> Link: https://lore.kernel.org/0474a095ab0044d0939ec4bf4362423d@realtek.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 2afd96a commit 174448b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3788,6 +3788,7 @@ static void alc225_init(struct hda_codec *codec)
37883788
AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
37893789

37903790
msleep(75);
3791+
alc_update_coef_idx(codec, 0x4a, 3 << 10, 0);
37913792
alc_update_coefex_idx(codec, 0x57, 0x04, 0x0007, 0x4); /* Hight power */
37923793
}
37933794
}

0 commit comments

Comments
 (0)