diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-01-15 18:22:28 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-15 18:22:28 +0300 |
commit | e8d7bd34a5cd850329b4908efe6f3ae73bc5fd1a (patch) | |
tree | 04ae8d260c6c94af48256262de59b3950f445aab /sound/pci/hda/patch_realtek.c | |
parent | eff317d0834ad1ff03f747f6bc2d76b9a9c95160 (diff) | |
parent | 1b0652eb588e57c3ab230e0291e7da99c7e665e0 (diff) | |
download | linux-e8d7bd34a5cd850329b4908efe6f3ae73bc5fd1a.tar.xz |
Merge branch 'topic/hda' into for-linus
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-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 ea4c88fe05c4..82dd08431970 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -10573,6 +10573,7 @@ static struct snd_pci_quirk alc262_cfg_tbl[] = { SND_PCI_QUIRK(0x10cf, 0x142d, "Fujitsu Lifebook E8410", ALC262_FUJITSU), SND_PCI_QUIRK(0x144d, 0xc032, "Samsung Q1 Ultra", ALC262_ULTRA), SND_PCI_QUIRK(0x144d, 0xc039, "Samsung Q1U EL", ALC262_ULTRA), + SND_PCI_QUIRK(0x144d, 0xc510, "Samsung Q45", ALC262_HIPPO), SND_PCI_QUIRK(0x17aa, 0x384e, "Lenovo 3000 y410", ALC262_LENOVO_3000), SND_PCI_QUIRK(0x17ff, 0x0560, "Benq ED8", ALC262_BENQ_ED8), SND_PCI_QUIRK(0x17ff, 0x058d, "Benq T31-16", ALC262_BENQ_T31), |