diff options
author | Takashi Iwai | 2006-03-15 18:24:43 +0100 |
---|---|---|
committer | Jaroslav Kysela | 2006-03-22 10:39:04 +0100 |
commit | a12606cff106335650f0e9382e87b0fb08733eff (patch) | |
tree | 655c158943d1243c7c226aa53cbafbd8bb039073 /sound | |
parent | [ALSA] ac97 - Clean up obsolete workarounds (diff) | |
download | kernel-qcow2-linux-a12606cff106335650f0e9382e87b0fb08733eff.tar.gz kernel-qcow2-linux-a12606cff106335650f0e9382e87b0fb08733eff.tar.xz kernel-qcow2-linux-a12606cff106335650f0e9382e87b0fb08733eff.zip |
[ALSA] hda-codec - Add model entry for FIC P4M-915GD1
Modules: HDA Codec driver
Add model entry for FIC P4M-915GD1 with ALC880 codec.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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 0697c9bd45cc..1607a1fab568 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -2051,6 +2051,7 @@ static struct hda_board_config alc880_cfg_tbl[] = { { .pci_subvendor = 0x1025, .pci_subdevice = 0x0078, .config = ALC880_6ST_DIG }, { .pci_subvendor = 0x1025, .pci_subdevice = 0x0087, .config = ALC880_6ST_DIG }, { .pci_subvendor = 0x1297, .pci_subdevice = 0xc790, .config = ALC880_6ST_DIG }, /* Shuttle ST20G5 */ + { .pci_subvendor = 0x1509, .pci_subdevice = 0x925d, .config = ALC880_6ST_DIG }, /* FIC P4M-915GD1 */ { .modelname = "asus", .config = ALC880_ASUS }, { .pci_subvendor = 0x1043, .pci_subdevice = 0x1964, .config = ALC880_ASUS_DIG }, |