Skip to content

Commit 52d19f7

Browse files
KailangYangmehmetb0
authored andcommitted
ALSA: hda/realtek: Fixup ALC225 depop procedure
BugLink: https://bugs.launchpad.net/bugs/2106494 [ Upstream commit 174448b ] 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 <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Takashi Iwai <[email protected]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Noah Wager <[email protected]> Signed-off-by: Mehmet Basaran <[email protected]>
1 parent d888aab commit 52d19f7

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
@@ -3779,6 +3779,7 @@ static void alc225_init(struct hda_codec *codec)
37793779
AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
37803780

37813781
msleep(75);
3782+
alc_update_coef_idx(codec, 0x4a, 3 << 10, 0);
37823783
alc_update_coefex_idx(codec, 0x57, 0x04, 0x0007, 0x4); /* Hight power */
37833784
}
37843785
}

0 commit comments

Comments
 (0)