projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01686c5
)
[ALSA] hda-codec - Fix a typo
author
Takashi Iwai
<tiwai@suse.de>
Tue, 18 Apr 2006 11:27:31 +0000
(13:27 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Thu, 22 Jun 2006 19:32:45 +0000
(21:32 +0200)
Fixed a typo of 'pci_subsystem' in the last changeset.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_analog.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_analog.c
b/sound/pci/hda/patch_analog.c
index
8ddae0a
..
3a9b800
100644
(file)
--- 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[] = {
{ .modelname = "thinkpad", .config = AD1981_THINKPAD },
/* Lenovo Thinkpad T60/X60/Z6xx */
{ .pci_subvendor = 0x17aa, .config = AD1981_THINKPAD },
- { .pci_subvendor = 0x1014, .pci_sub
system
= 0x0597,
+ { .pci_subvendor = 0x1014, .pci_sub
device
= 0x0597,
.config = AD1981_THINKPAD }, /* Z60m/t */
{ .modelname = "basic", .config = AD1981_BASIC },
{}