diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-06-01 15:08:53 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-22 15:34:11 -0400 |
commit | f8e9f340da753c021c071f318f97ac9046c1316a (patch) | |
tree | fba37355bdd2abf2a3c4a651265348a764a8456d /sound | |
parent | a43c4d4d7326c2894be9fd04519b109c438ee78b (diff) |
[ALSA] hda-codec - Add model entry for HP nx6320
Added a model entry for HP nx6320 with AD1981HD codec.
It wasn't covered by the generic HP entry because of a hardware
bug (the SSID is reversed).
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 3a9b800db834..e83c7b01cbb6 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
@@ -1368,6 +1368,8 @@ static struct hda_board_config ad1981_cfg_tbl[] = { | |||
1368 | { .modelname = "hp", .config = AD1981_HP }, | 1368 | { .modelname = "hp", .config = AD1981_HP }, |
1369 | /* All HP models */ | 1369 | /* All HP models */ |
1370 | { .pci_subvendor = 0x103c, .config = AD1981_HP }, | 1370 | { .pci_subvendor = 0x103c, .config = AD1981_HP }, |
1371 | { .pci_subvendor = 0x30b0, .pci_subdevice = 0x103c, | ||
1372 | .config = AD1981_HP }, /* HP nx6320 (reversed SSID, H/W bug) */ | ||
1371 | { .modelname = "thinkpad", .config = AD1981_THINKPAD }, | 1373 | { .modelname = "thinkpad", .config = AD1981_THINKPAD }, |
1372 | /* Lenovo Thinkpad T60/X60/Z6xx */ | 1374 | /* Lenovo Thinkpad T60/X60/Z6xx */ |
1373 | { .pci_subvendor = 0x17aa, .config = AD1981_THINKPAD }, | 1375 | { .pci_subvendor = 0x17aa, .config = AD1981_THINKPAD }, |