aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-08-06 02:44:43 -0400
committerTakashi Iwai <tiwai@suse.de>2009-08-06 02:44:43 -0400
commit1972d02504b142a6f1442bd987a8831146031d3d (patch)
tree232eb5f4b62a04e3a8ffa13fdf58eb49fd5ed457 /sound/pci
parent16ffe32c773dab387cfc5e6bdf181367ff944376 (diff)
ALSA: hda - Add quirks for some HP laptops
The new HP laptops have PCI SSID 103c:701x and requires model=hp-dv5. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_sigmatel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index edeeb5686964..163aad599b6a 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -1906,6 +1906,8 @@ static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1906 "HP mini 1000", STAC_HP_M4), 1906 "HP mini 1000", STAC_HP_M4),
1907 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b, 1907 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
1908 "HP HDX", STAC_HP_HDX), /* HDX16 */ 1908 "HP HDX", STAC_HP_HDX), /* HDX16 */
1909 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
1910 "HP", STAC_HP_DV5),
1909 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233, 1911 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1910 "unknown Dell", STAC_DELL_M4_1), 1912 "unknown Dell", STAC_DELL_M4_1),
1911 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234, 1913 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,