aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-04-18 07:27:31 -0400
committerJaroslav Kysela <perex@suse.cz>2006-06-22 15:32:45 -0400
commit887709be9063d233eb5abef25aafcd94615b03f9 (patch)
tree4f14da2d0d5f492ac61f736eab18818b4a806ee8 /sound
parent01686c5fce4682350849f9f2c262fcaf67ec73c3 (diff)
[ALSA] hda-codec - Fix a typo
Fixed a typo of 'pci_subsystem' in the last changeset. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_analog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 8ddae0a25ea3..3a9b800db834 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -1371,7 +1371,7 @@ static struct hda_board_config ad1981_cfg_tbl[] = {
1371 { .modelname = "thinkpad", .config = AD1981_THINKPAD }, 1371 { .modelname = "thinkpad", .config = AD1981_THINKPAD },
1372 /* Lenovo Thinkpad T60/X60/Z6xx */ 1372 /* Lenovo Thinkpad T60/X60/Z6xx */
1373 { .pci_subvendor = 0x17aa, .config = AD1981_THINKPAD }, 1373 { .pci_subvendor = 0x17aa, .config = AD1981_THINKPAD },
1374 { .pci_subvendor = 0x1014, .pci_subsystem = 0x0597, 1374 { .pci_subvendor = 0x1014, .pci_subdevice = 0x0597,
1375 .config = AD1981_THINKPAD }, /* Z60m/t */ 1375 .config = AD1981_THINKPAD }, /* Z60m/t */
1376 { .modelname = "basic", .config = AD1981_BASIC }, 1376 { .modelname = "basic", .config = AD1981_BASIC },
1377 {} 1377 {}