diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-04-21 12:38:28 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-04-21 12:38:28 -0400 |
commit | bc8d489c44e05fae469f63b40c0da0718dba6798 (patch) | |
tree | eb0b56f443da59e71f155100e4cf5615d1e9cbb5 /sound/pci | |
parent | a7b554ad7eefdfc9f2955fdba2634e225d761628 (diff) | |
parent | 5bd3729f6818721f76a2a2f7d2ecad899bace340 (diff) |
Merge branch 'fix/hda' into for-linus
* fix/hda:
ALSA: hda - Add quirk for Packard Bell RS65
Diffstat (limited to 'sound/pci')
-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 c9300a3427ea..b8a0d3e79272 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -16464,6 +16464,7 @@ static struct snd_pci_quirk alc662_cfg_tbl[] = { | |||
16464 | SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte 945GCM-S2L", | 16464 | SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte 945GCM-S2L", |
16465 | ALC662_3ST_6ch_DIG), | 16465 | ALC662_3ST_6ch_DIG), |
16466 | SND_PCI_QUIRK(0x1565, 0x820f, "Biostar TA780G M2+", ALC662_3ST_6ch_DIG), | 16466 | SND_PCI_QUIRK(0x1565, 0x820f, "Biostar TA780G M2+", ALC662_3ST_6ch_DIG), |
16467 | SND_PCI_QUIRK(0x1631, 0xc10c, "PB RS65", ALC663_ASUS_M51VA), | ||
16467 | SND_PCI_QUIRK(0x17aa, 0x101e, "Lenovo", ALC662_LENOVO_101E), | 16468 | SND_PCI_QUIRK(0x17aa, 0x101e, "Lenovo", ALC662_LENOVO_101E), |
16468 | SND_PCI_QUIRK(0x1849, 0x3662, "ASROCK K10N78FullHD-hSLI R3.0", | 16469 | SND_PCI_QUIRK(0x1849, 0x3662, "ASROCK K10N78FullHD-hSLI R3.0", |
16469 | ALC662_3ST_6ch_DIG), | 16470 | ALC662_3ST_6ch_DIG), |