Skip to content

Commit 81a1231

Browse files
KailangYangtiwai
authored andcommitted
ALSA: hda/realtek - Suooprt Dell headset mode for ALC256
Dell SSID 0x0706 support headset mode. Signed-off-by: Kailang Yang <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent b47eee2 commit 81a1231

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5376,6 +5376,13 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
53765376
{0x17, 0x40000000},
53775377
{0x1d, 0x40700001},
53785378
{0x21, 0x02211040}),
5379+
SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5380+
ALC255_STANDARD_PINS,
5381+
{0x12, 0x90a60160},
5382+
{0x14, 0x90170120},
5383+
{0x17, 0x40000000},
5384+
{0x1d, 0x40700001},
5385+
{0x21, 0x02211030}),
53795386
SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
53805387
ALC256_STANDARD_PINS,
53815388
{0x13, 0x40000000}),

0 commit comments

Comments
 (0)