Skip to content

Commit 82b0114

Browse files
starnighttiwai
authored andcommitted
ALSA: hda/realtek: Enable the headset mic auto detection for ASUS laptops
The headset mic of ASUS laptops like UX533FD, UX433FN and UX333FA, whose CODEC is Realtek ALC294 has jack auto detection feature. This patch enables the feature. Fixes: 4e05110 ("ALSA: hda/realtek: Enable audio jacks of ASUS UX533FD with ALC294") Signed-off-by: Daniel Drake <[email protected]> Signed-off-by: Jian-Hong Pan <[email protected]> Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent d82b51c commit 82b0114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6501,7 +6501,7 @@ static const struct hda_fixup alc269_fixups[] = {
65016501
[ALC294_FIXUP_ASUS_HEADSET_MIC] = {
65026502
.type = HDA_FIXUP_PINS,
65036503
.v.pins = (const struct hda_pintbl[]) {
6504-
{ 0x19, 0x01a1113c }, /* use as headset mic, without its own jack detect */
6504+
{ 0x19, 0x01a1103c }, /* use as headset mic */
65056505
{ }
65066506
},
65076507
.chained = true,

0 commit comments

Comments
 (0)