projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e420e7
)
ALSA: hda - Fix stac92hd83xxx_amp_nids[]
author
Takashi Iwai
<tiwai@suse.de>
Wed, 14 Jan 2009 08:40:25 +0000
(09:40 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 14 Jan 2009 08:40:25 +0000
(09:40 +0100)
Fix the bug introduced in commit
c15c5060fc32d7de7cde76aa61e98bae1334d82e
:
sound/pci/hda/patch_sigmatel.c: In function ‘patch_stac92hd83xxx’:
sound/pci/hda/patch_sigmatel.c:4765: warning: assignment from incompatible pointer type
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index
103ac6d
..
25230f4
100644
(file)
--- a/
sound/pci/hda/patch_sigmatel.c
+++ b/
sound/pci/hda/patch_sigmatel.c
@@
-336,7
+336,7
@@
static unsigned int stac92hd83xxx_pwr_mapping[4] = {
0x03, 0x0c, 0x10, 0x40,
};
-static
unsigned in
t stac92hd83xxx_amp_nids[1] = {
+static
hda_nid_
t stac92hd83xxx_amp_nids[1] = {
0xc,
};