Skip to content

Commit 75ee94b

Browse files
jason77-wangtiwai
authored andcommitted
ALSA: hda - fix headset mic problem for Dell machines with alc274
Confirmed with Kailang of Realtek, the pin 0x19 is for Headset Mic, and the pin 0x1a is for Headphone Mic, he suggested to apply ALC269_FIXUP_DELL1_MIC_NO_PRESENCE to fix this problem. And we verified applying this FIXUP can fix this problem. Cc: <[email protected]> Cc: Kailang Yang <[email protected]> Signed-off-by: Hui Wang <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 132d358 commit 75ee94b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6544,6 +6544,11 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
65446544
{0x14, 0x90170110},
65456545
{0x1b, 0x90a70130},
65466546
{0x21, 0x03211020}),
6547+
SND_HDA_PIN_QUIRK(0x10ec0274, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
6548+
{0x12, 0xb7a60130},
6549+
{0x13, 0xb8a61140},
6550+
{0x16, 0x90170110},
6551+
{0x21, 0x04211020}),
65476552
SND_HDA_PIN_QUIRK(0x10ec0280, 0x103c, "HP", ALC280_FIXUP_HP_GPIO4,
65486553
{0x12, 0x90a60130},
65496554
{0x14, 0x90170110},

0 commit comments

Comments
 (0)