diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-01-22 11:10:22 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-22 11:10:22 -0500 |
commit | eda6829394cd1755c145583bd506ac244201a2c4 (patch) | |
tree | 42c8a8655b2362a21eef1c02b324a425082c1368 | |
parent | 8ce8419829998c91b33200894a0db5e1441d6952 (diff) | |
parent | e0c0e943af71c0f840a1f6a32a8cf0b61ebc61e5 (diff) |
Merge branch 'fix/hda' into topic/hda
-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 11634a4478ea..3f85731055c0 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[] = { | |||
1802 | "HP dv5", STAC_HP_M4), | 1802 | "HP dv5", STAC_HP_M4), |
1803 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4, | 1803 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4, |
1804 | "HP dv7", STAC_HP_M4), | 1804 | "HP dv7", STAC_HP_M4), |
1805 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f7, | ||
1806 | "HP dv4", STAC_HP_DV5), | ||
1805 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc, | 1807 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc, |
1806 | "HP dv7", STAC_HP_M4), | 1808 | "HP dv7", STAC_HP_M4), |
1807 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3603, | 1809 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3603, |