diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-12-07 18:25:47 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 12:30:43 +0100 |
commit | 7632c7b4443057e1294208a0d9a55d8558f2f6ca (patch) | |
tree | d6b136b70a8a1d2ea4f6e67ef46d1cfa773164d4 | |
parent | 235475cb7715852c42118fd8d8ec67b534ab6e8b (diff) |
[ALSA] hda-codec - Add the model entry for ASUS P5GD1-HVM
Modules: HDA Codec driver
Add the model entry (ALC880 6stack) for ASUS P5GD1-HVM.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index cac109268f73..55bda26ce126 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -1665,6 +1665,7 @@ static struct hda_board_config alc880_cfg_tbl[] = { { .pci_subvendor = 0x1043, .pci_subdevice = 0x1964, .config = ALC880_Z71V }, { .modelname = "6stack", .config = ALC880_6ST }, + { .pci_subvendor = 0x1043, .pci_subdevice = 0x8196, .config = ALC880_6ST }, /* ASUS P5GD1-HVM */ { .pci_subvendor = 0x1043, .pci_subdevice = 0x81b4, .config = ALC880_6ST }, { .pci_subvendor = 0x1019, .pci_subdevice = 0xa884, .config = ALC880_6ST }, /* Acer APFV */ |