diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-05-07 11:13:14 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-05-07 11:14:53 +0200 |
commit | bca40138558f0b39357fd1ca477868e4f52f4b1e (patch) | |
tree | 5436f81c2d68eee8461560e714fc1ae69a4c7c29 /sound | |
parent | f5c53d898cc34079373c63a290528963db31d681 (diff) | |
download | linux-3.10-bca40138558f0b39357fd1ca477868e4f52f4b1e.tar.gz linux-3.10-bca40138558f0b39357fd1ca477868e4f52f4b1e.tar.bz2 linux-3.10-bca40138558f0b39357fd1ca477868e4f52f4b1e.zip |
ALSA: hda/realtek - Add missing CD-input pin for MSI-7350 mobo
Reported-by: Philipp Matthias Hahn <pmhahn@pmhahn.de>
Cc: <stable@kernel.org> [v3.3+]
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 27d0f637864..8ea613eb73f 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -5440,6 +5440,7 @@ static const struct snd_pci_quirk alc882_fixup_tbl[] = { SND_PCI_QUIRK(0x106b, 0x4a00, "Macbook 5,2", ALC889_FIXUP_IMAC91_VREF), SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC882_FIXUP_EAPD), + SND_PCI_QUIRK(0x1462, 0x7350, "MSI-7350", ALC889_FIXUP_CD), SND_PCI_QUIRK_VENDOR(0x1462, "MSI", ALC882_FIXUP_GPIO3), SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte EP45-DS3", ALC889_FIXUP_CD), SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", ALC882_FIXUP_ABIT_AW9D_MAX), |