projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7fe750
)
ALSA: ice1724 - Fix section mismatch in prodigy_hd2_resume()
author
Takashi Iwai
<tiwai@suse.de>
Sat, 14 Nov 2009 13:37:19 +0000
(14:37 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Sat, 14 Nov 2009 13:37:48 +0000
(14:37 +0100)
Remove invlid __devinit prefix from the suspend callback.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ice1712/prodigy_hifi.c
patch
|
blob
|
history
diff --git
a/sound/pci/ice1712/prodigy_hifi.c
b/sound/pci/ice1712/prodigy_hifi.c
index c75515f5be6f0cd7ac4910cf52e930799984535c..6a9fee3ee78faee3e31bcd7de5d4873d5a6d461f 100644
(file)
--- a/
sound/pci/ice1712/prodigy_hifi.c
+++ b/
sound/pci/ice1712/prodigy_hifi.c
@@
-1100,7
+1100,7
@@
static void ak4396_init(struct snd_ice1712 *ice)
}
#ifdef CONFIG_PM
-static int
__devinit
prodigy_hd2_resume(struct snd_ice1712 *ice)
+static int prodigy_hd2_resume(struct snd_ice1712 *ice)
{
/* initialize ak4396 codec and restore previous mixer volumes */
struct prodigy_hifi_spec *spec = ice->spec;