diff options
author | Jaroslav Kysela <perex@perex.cz> | 2008-07-10 08:49:19 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-07-10 08:49:19 -0400 |
commit | 34ec8a0ae138c2787a550b930d29a9cce4900cee (patch) | |
tree | 12054eb6c3f0183fc730c85a3f191cc788820911 /sound/pci/hda/patch_realtek.c | |
parent | 83a1a3974f33d45d6631363738db737624a32e82 (diff) |
ALSA: HDA - HP dc7600 with pci sub IDs 0x103c/0x3011 belongs to hp-3013 model
As reported and tested by an RedHat customer, HP dc7600 with pci sub IDs
0x103c/0x3011 works with the hp-3013 model and not with the hp only model.
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-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 92a709be3c4e..2807bc840d26 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -5167,7 +5167,7 @@ static struct snd_pci_quirk alc260_cfg_tbl[] = { | |||
5167 | SND_PCI_QUIRK(0x103c, 0x2808, "HP d5700", ALC260_HP_3013), | 5167 | SND_PCI_QUIRK(0x103c, 0x2808, "HP d5700", ALC260_HP_3013), |
5168 | SND_PCI_QUIRK(0x103c, 0x280a, "HP d5750", ALC260_HP_3013), | 5168 | SND_PCI_QUIRK(0x103c, 0x280a, "HP d5750", ALC260_HP_3013), |
5169 | SND_PCI_QUIRK(0x103c, 0x3010, "HP", ALC260_HP_3013), | 5169 | SND_PCI_QUIRK(0x103c, 0x3010, "HP", ALC260_HP_3013), |
5170 | SND_PCI_QUIRK(0x103c, 0x3011, "HP", ALC260_HP), | 5170 | SND_PCI_QUIRK(0x103c, 0x3011, "HP", ALC260_HP_3013), |
5171 | SND_PCI_QUIRK(0x103c, 0x3012, "HP", ALC260_HP_3013), | 5171 | SND_PCI_QUIRK(0x103c, 0x3012, "HP", ALC260_HP_3013), |
5172 | SND_PCI_QUIRK(0x103c, 0x3013, "HP", ALC260_HP_3013), | 5172 | SND_PCI_QUIRK(0x103c, 0x3013, "HP", ALC260_HP_3013), |
5173 | SND_PCI_QUIRK(0x103c, 0x3014, "HP", ALC260_HP), | 5173 | SND_PCI_QUIRK(0x103c, 0x3014, "HP", ALC260_HP), |