]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ALSA] hda - Add model for ASUS P5K-E/WIFI-AP
authorTravis Place <wishie@wishie.net>
Wed, 21 May 2008 14:57:20 +0000 (16:57 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sat, 24 May 2008 16:23:26 +0000 (18:23 +0200)
Added a config table entry for the ASUS P5K-E/WIFI-AP mainboard (ID
1043:8227) to use AD1988_6STACK_DIG

Signed-off-by: Travis Place <wishie@wishie.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_analog.c

index e0a605adde422e76b5b4b036887346099a49c822..ff1b922c610b3b01e924127c78ac21437569b27d 100644 (file)
@@ -2858,6 +2858,7 @@ static const char *ad1988_models[AD1988_MODEL_LAST] = {
 static struct snd_pci_quirk ad1988_cfg_tbl[] = {
        SND_PCI_QUIRK(0x1043, 0x81ec, "Asus P5B-DLX", AD1988_6STACK_DIG),
        SND_PCI_QUIRK(0x1043, 0x81f6, "Asus M2N-SLI", AD1988_6STACK_DIG),
+       SND_PCI_QUIRK(0x1043, 0x8277, "Asus P5K-E/WIFI-AP", AD1988_6STACK_DIG),
        {}
 };