diff options
author | Matthew Ranostay <mranostay@embeddedalley.com> | 2008-09-26 10:37:03 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-10-10 07:41:39 -0400 |
commit | 9a9e2359f484402c620f9a3748037fea65fa5af4 (patch) | |
tree | a110fa2f3d1a05b948d1c3cf509553ff79c58be6 /sound/pci/hda | |
parent | b2c4f4d71f7a161630681678cbba84bd695bfd1e (diff) |
ALSA: hda: HP laptop quirk
Added HP laptop SND_PCI_QUIRK for STAC_HP_M4.
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/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 2191735068e1..f9b256388921 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -1650,6 +1650,8 @@ static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = { | |||
1650 | /* SigmaTel reference board */ | 1650 | /* SigmaTel reference board */ |
1651 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, | 1651 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
1652 | "DFI LanParty", STAC_92HD71BXX_REF), | 1652 | "DFI LanParty", STAC_92HD71BXX_REF), |
1653 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a, | ||
1654 | "unknown HP", STAC_HP_M4), | ||
1653 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233, | 1655 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233, |
1654 | "unknown Dell", STAC_DELL_M4_1), | 1656 | "unknown Dell", STAC_DELL_M4_1), |
1655 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234, | 1657 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234, |