Commit b4576de8 authored by Shih-Yuan Lee (FourDollars)'s avatar Shih-Yuan Lee (FourDollars) Committed by Takashi Iwai

ALSA: hda/realtek - Fix typo of pincfg for Dell quirk

The PIN number for Dell headset mode of ALC3271 is wrong.

Fixes: fcc6c877 ("ALSA: hda/realtek - Support Dell headset mode for ALC3271")
Signed-off-by: default avatarShih-Yuan Lee (FourDollars) <sylee@canonical.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent d8b53bff
......@@ -6553,7 +6553,7 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
SND_HDA_PIN_QUIRK(0x10ec0299, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
ALC225_STANDARD_PINS,
{0x12, 0xb7a60130},
{0x13, 0xb8a60140},
{0x13, 0xb8a61140},
{0x17, 0x90170110}),
{}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment