1
0
Fork 0

[ALSA] hda-codec - Fix a typo

Fixed a typo of 'pci_subsystem' in the last changeset.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
hifive-unleashed-5.1
Takashi Iwai 2006-04-18 13:27:31 +02:00 committed by Jaroslav Kysela
parent 01686c5fce
commit 887709be90
1 changed files with 1 additions and 1 deletions

View File

@ -1371,7 +1371,7 @@ static struct hda_board_config ad1981_cfg_tbl[] = {
{ .modelname = "thinkpad", .config = AD1981_THINKPAD },
/* Lenovo Thinkpad T60/X60/Z6xx */
{ .pci_subvendor = 0x17aa, .config = AD1981_THINKPAD },
{ .pci_subvendor = 0x1014, .pci_subsystem = 0x0597,
{ .pci_subvendor = 0x1014, .pci_subdevice = 0x0597,
.config = AD1981_THINKPAD }, /* Z60m/t */
{ .modelname = "basic", .config = AD1981_BASIC },
{}