summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai2008-11-25 15:03:38 +0100
committerTakashi Iwai2008-11-25 15:03:38 +0100
commitee09543c866559e1ffb4f5c38533f2bedd725acd (patch)
treefbe873ba36371bf8621ef1e76226eeb3895c4ff7 /sound
parentALSA: hda - Assign unsol tags dynamically in patch_sigmatel.c (diff)
downloadkernel-qcow2-linux-ee09543c866559e1ffb4f5c38533f2bedd725acd.tar.gz
kernel-qcow2-linux-ee09543c866559e1ffb4f5c38533f2bedd725acd.tar.xz
kernel-qcow2-linux-ee09543c866559e1ffb4f5c38533f2bedd725acd.zip
ALSA: hda - Add quirk for MSI 7260 mobo
Added preset model=targa-dig for MSI 7260 mobo. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index f52e271edd57..4afa0c9b9b6e 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8473,6 +8473,7 @@ static struct snd_pci_quirk alc883_cfg_tbl[] = {
SND_PCI_QUIRK(0x1462, 0x6668, "MSI", ALC883_6ST_DIG),
SND_PCI_QUIRK(0x1462, 0x7187, "MSI", ALC883_6ST_DIG),
SND_PCI_QUIRK(0x1462, 0x7250, "MSI", ALC883_6ST_DIG),
+ SND_PCI_QUIRK(0x1462, 0x7260, "MSI 7260", ALC883_TARGA_DIG),
SND_PCI_QUIRK(0x1462, 0x7267, "MSI", ALC883_3ST_6ch_DIG),
SND_PCI_QUIRK(0x1462, 0x7280, "MSI", ALC883_6ST_DIG),
SND_PCI_QUIRK(0x1462, 0x7327, "MSI", ALC883_6ST_DIG),