summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_analog.c
diff options
context:
space:
mode:
authorTakashi Iwai2009-07-01 18:09:15 +0200
committerTakashi Iwai2009-07-01 18:09:15 +0200
commitc78578693376e68ecdfcb64a3cc3a95a31b49295 (patch)
tree91666efb59c6652ab223461aafec5493834a88c9 /sound/pci/hda/patch_analog.c
parentALSA: hda - Allow FLOAT PCM format (diff)
parentALSA: hda - Add quirk for HP 6930p (diff)
downloadkernel-qcow2-linux-c78578693376e68ecdfcb64a3cc3a95a31b49295.tar.gz
kernel-qcow2-linux-c78578693376e68ecdfcb64a3cc3a95a31b49295.tar.xz
kernel-qcow2-linux-c78578693376e68ecdfcb64a3cc3a95a31b49295.zip
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
-rw-r--r--sound/pci/hda/patch_analog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 1988582d1ab8..ad700761a561 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -3978,6 +3978,7 @@ static struct snd_pci_quirk ad1884a_cfg_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x3037, "HP 2230s", AD1884A_LAPTOP),
SND_PCI_QUIRK(0x103c, 0x3056, "HP", AD1884A_MOBILE),
SND_PCI_QUIRK_MASK(0x103c, 0xfff0, 0x3070, "HP", AD1884A_MOBILE),
+ 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(0x17aa, 0x20ac, "Thinkpad X300", AD1884A_THINKPAD),