diff options
author | Shih-Yuan Lee (FourDollars) <sylee@canonical.com> | 2017-07-03 02:13:29 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-07-03 03:14:29 -0400 |
commit | b4576de87243c32fab50dda9f8eba1e3cf13a7e2 (patch) | |
tree | c4ab7055d29ed7e1ddbb92d15d019a71a2d78c72 | |
parent | d8b53bff0a499cd05a5026307af9a5f41f604ea3 (diff) |
ALSA: hda/realtek - Fix typo of pincfg for Dell quirk
The PIN number for Dell headset mode of ALC3271 is wrong.
Fixes: fcc6c877a01f ("ALSA: hda/realtek - Support Dell headset mode for ALC3271")
Signed-off-by: Shih-Yuan Lee (FourDollars) <sylee@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index c39bc497650c..d0cf1f39c346 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -6553,7 +6553,7 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { | |||
6553 | SND_HDA_PIN_QUIRK(0x10ec0299, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE, | 6553 | SND_HDA_PIN_QUIRK(0x10ec0299, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE, |
6554 | ALC225_STANDARD_PINS, | 6554 | ALC225_STANDARD_PINS, |
6555 | {0x12, 0xb7a60130}, | 6555 | {0x12, 0xb7a60130}, |
6556 | {0x13, 0xb8a60140}, | 6556 | {0x13, 0xb8a61140}, |
6557 | {0x17, 0x90170110}), | 6557 | {0x17, 0x90170110}), |
6558 | {} | 6558 | {} |
6559 | }; | 6559 | }; |