diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-02-16 08:16:36 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-16 08:16:36 -0500 |
commit | 2ae466f8cc522843fa9a456e46007dd98b052b13 (patch) | |
tree | 1ebad3ef2eb6d47965a7f8c62a19894ddd0825e4 /sound/pci/hda/patch_sigmatel.c | |
parent | e23573d7e350b06416f311f0129b945d33492001 (diff) |
ALSA: hda - Cleanup IDT92HD7x HP quirks
Clean up IDT92HD7x quirks for HP laptops with SND_PCI_QUIRK_MASK().
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 7320059b7135..d00a211a813b 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -1817,22 +1817,12 @@ static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = { | |||
1817 | "DFI LanParty", STAC_92HD71BXX_REF), | 1817 | "DFI LanParty", STAC_92HD71BXX_REF), |
1818 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, | 1818 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, |
1819 | "DFI LanParty", STAC_92HD71BXX_REF), | 1819 | "DFI LanParty", STAC_92HD71BXX_REF), |
1820 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f2, | 1820 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0, |
1821 | "HP dv5", STAC_HP_M4), | 1821 | "HP dv4-7", STAC_HP_DV5), |
1822 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4, | 1822 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600, |
1823 | "HP dv7", STAC_HP_DV5), | 1823 | "HP dv4-7", STAC_HP_DV5), |
1824 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f7, | ||
1825 | "HP dv4", STAC_HP_DV5), | ||
1826 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fb, | ||
1827 | "HP dv7", STAC_HP_DV5), | ||
1828 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc, | ||
1829 | "HP dv7", STAC_HP_M4), | ||
1830 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3600, | ||
1831 | "HP dv5", STAC_HP_DV5), | ||
1832 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3603, | ||
1833 | "HP dv5", STAC_HP_DV5), | ||
1834 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a, | 1824 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a, |
1835 | "unknown HP", STAC_HP_M4), | 1825 | "HP mini 1000", STAC_HP_M4), |
1836 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233, | 1826 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233, |
1837 | "unknown Dell", STAC_DELL_M4_1), | 1827 | "unknown Dell", STAC_DELL_M4_1), |
1838 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234, | 1828 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234, |