From: Michel Marti Date: Sat, 8 Nov 2008 10:33:32 +0000 (+0100) Subject: ALSA: hda - Add another HP model (6730s) for AD1884A X-Git-Tag: v2.6.27.9~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a18e96e4052f3897e9e3392d5175d99a4611e49;p=thirdparty%2Fkernel%2Fstable.git ALSA: hda - Add another HP model (6730s) for AD1884A commit 65b92e5cbc8acd14ea83190b4d016f765dce6075 upstream Added model=laptop for another HP machine (103c:3614) with AD1884A codec. Signed-off-by: Michel Marti Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index bc5c0dd758cd0..d61f10aafed94 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c @@ -3848,6 +3848,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), {} };