Skip to content

Commit 392c9da

Browse files
jason77-wangtiwai
authored andcommitted
ALSA: hda - Adding one more ALC255 pin definition for headset problem
We have two new Dell laptop models, they have the same ALC255 pin definition, but not in the pin quirk table yet, as a result, the headset microphone can't work. After adding the definition in the table, the headset microphone works well. Cc: <[email protected]> Signed-off-by: Hui Wang <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent eb1a74b commit 392c9da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5852,6 +5852,10 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
58525852
{0x12, 0x90a60160},
58535853
{0x14, 0x90170120},
58545854
{0x21, 0x02211030}),
5855+
SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5856+
{0x14, 0x90170110},
5857+
{0x1b, 0x02011020},
5858+
{0x21, 0x0221101f}),
58555859
SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
58565860
{0x14, 0x90170130},
58575861
{0x1b, 0x01014020},

0 commit comments

Comments
 (0)