diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-08-27 14:37:51 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-08-27 14:37:51 +0200 |
commit | 286f5875ca5c4e58432e3e6ca386ea4294275d84 (patch) | |
tree | a63437502538aff8b72f5825b4d21c6a8c98a25f | |
parent | e2e465693247b7f81e85aa8b1b482d9502812be4 (diff) |
ALSA: hda - Add more quirk for HP laptops with AD1984A
More entries for HP laptops to get them working properly.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/patch_analog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 41ec0f865ee..f22c3c08a9f 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c @@ -4009,6 +4009,7 @@ static struct snd_pci_quirk ad1884a_cfg_tbl[] = { SND_PCI_QUIRK_MASK(0x103c, 0xfff0, 0x30d0, "HP laptop", AD1884A_LAPTOP), SND_PCI_QUIRK_MASK(0x103c, 0xfff0, 0x30e0, "HP laptop", AD1884A_LAPTOP), SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x3600, "HP laptop", AD1884A_LAPTOP), + SND_PCI_QUIRK_MASK(0x103c, 0xfff0, 0x7010, "HP laptop", AD1884A_MOBILE), SND_PCI_QUIRK(0x17aa, 0x20ac, "Thinkpad X300", AD1884A_THINKPAD), {} }; |