Skip to content

Commit cedd189

Browse files
committed
Merge branch 'for-linus'
2 parents 2005e71 + 3f2f7c5 commit cedd189

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6734,6 +6734,11 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
67346734
{0x12, 0xb7a60130},
67356735
{0x14, 0x90170110},
67366736
{0x21, 0x02211020}),
6737+
SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
6738+
{0x12, 0x90a60130},
6739+
{0x14, 0x90170110},
6740+
{0x14, 0x01011020},
6741+
{0x21, 0x0221101f}),
67376742
SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
67386743
ALC256_STANDARD_PINS),
67396744
SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC256_FIXUP_ASUS_MIC,
@@ -6803,6 +6808,10 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
68036808
{0x12, 0x90a60120},
68046809
{0x14, 0x90170110},
68056810
{0x21, 0x0321101f}),
6811+
SND_HDA_PIN_QUIRK(0x10ec0289, 0x1028, "Dell", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE,
6812+
{0x12, 0xb7a60130},
6813+
{0x14, 0x90170110},
6814+
{0x21, 0x04211020}),
68066815
SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
68076816
ALC290_STANDARD_PINS,
68086817
{0x15, 0x04211040},

0 commit comments

Comments
 (0)