]> Git Repo - linux.git/commitdiff
ALSA: hda - Add another HP model (6730s) for AD1884A
authorMichel Marti <[email protected]>
Sat, 8 Nov 2008 10:33:32 +0000 (11:33 +0100)
committerTakashi Iwai <[email protected]>
Sun, 9 Nov 2008 11:47:12 +0000 (12:47 +0100)
Added model=laptop for another HP machine (103c:3614) with AD1884A
codec.

Signed-off-by: Michel Marti <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
sound/pci/hda/patch_analog.c

index d3fd432cb3eaa243249a0785e162d98210ac1509..400df85a44578605adc722eb810a807778cf9e27 100644 (file)
@@ -3861,6 +3861,7 @@ static const char *ad1884a_models[AD1884A_MODELS] = {
 static struct snd_pci_quirk ad1884a_cfg_tbl[] = {
        SND_PCI_QUIRK(0x103c, 0x3030, "HP", AD1884A_MOBILE),
        SND_PCI_QUIRK(0x103c, 0x3056, "HP", AD1884A_MOBILE),
+       SND_PCI_QUIRK(0x103c, 0x3614, "HP 6730s", AD1884A_LAPTOP),
        SND_PCI_QUIRK(0x17aa, 0x20ac, "Thinkpad X300", AD1884A_THINKPAD),
        {}
 };
This page took 0.058386 seconds and 4 git commands to generate.