diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-01-22 17:10:22 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-22 17:10:22 +0100 |
commit | eda6829394cd1755c145583bd506ac244201a2c4 (patch) | |
tree | 42c8a8655b2362a21eef1c02b324a425082c1368 /sound/pci | |
parent | 8ce8419829998c91b33200894a0db5e1441d6952 (diff) | |
parent | e0c0e943af71c0f840a1f6a32a8cf0b61ebc61e5 (diff) |
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 11634a4478e..3f85731055c 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -1802,6 +1802,8 @@ static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = { "HP dv5", STAC_HP_M4), SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4, "HP dv7", STAC_HP_M4), + SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f7, + "HP dv4", STAC_HP_DV5), SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc, "HP dv7", STAC_HP_M4), SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3603, |