diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-04-10 13:09:01 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-04-12 05:34:18 -0400 |
commit | e09222831336a6ae53ea09076d113a58931950cf (patch) | |
tree | 54fba9ab3bb62ae1190219225de4315b9c8f8264 /sound | |
parent | 2462321bfe59b9c22ca1ec4ba8665a1aeac6bab5 (diff) |
[ALSA] hda-codec - Add support of ASUS U5A with AD1986A codec
Modules: HDA Codec driver
Add the model entry to support of ASUS U5A with AD1986A codec.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_analog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index b77a803925eb..bcfca159c6a2 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
@@ -801,6 +801,8 @@ static struct hda_board_config ad1986a_cfg_tbl[] = { | |||
801 | .config = AD1986A_LAPTOP_EAPD }, /* Samsung R65-T2300 Charis */ | 801 | .config = AD1986A_LAPTOP_EAPD }, /* Samsung R65-T2300 Charis */ |
802 | { .pci_subvendor = 0x1043, .pci_subdevice = 0x1213, | 802 | { .pci_subvendor = 0x1043, .pci_subdevice = 0x1213, |
803 | .config = AD1986A_LAPTOP_EAPD }, /* ASUS A6J */ | 803 | .config = AD1986A_LAPTOP_EAPD }, /* ASUS A6J */ |
804 | { .pci_subvendor = 0x1043, .pci_subdevice = 0x11f7, | ||
805 | .config = AD1986A_LAPTOP_EAPD }, /* ASUS U5A */ | ||
804 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x30af, | 806 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x30af, |
805 | .config = AD1986A_LAPTOP_EAPD }, /* HP Compaq Presario B2800 */ | 807 | .config = AD1986A_LAPTOP_EAPD }, /* HP Compaq Presario B2800 */ |
806 | {} | 808 | {} |