aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/au88x0/au88x0_eq.c
diff options
context:
space:
mode:
authorDale Sedivec <dale@codefu.org>2006-04-10 11:34:44 +0200
committerJaroslav Kysela <perex@suse.cz>2006-04-12 11:34:15 +0200
commit99e80e4d0c7755d688e9db205016a0608fa989b4 (patch)
treebb33c136d0a0fc66c55423fb19cab28ffd117c7b /sound/pci/au88x0/au88x0_eq.c
parent[ALSA] hda-codec - Adds HDA support for Intel D945Pvs board with subdevice id 0x0707 (diff)
downloadlinux-dev-99e80e4d0c7755d688e9db205016a0608fa989b4.tar.xz
linux-dev-99e80e4d0c7755d688e9db205016a0608fa989b4.zip
[ALSA] au88x0 - clean up __devinit/__devexit
Modules: au88x0 driver Removed all use of __devinit/__devexit and init.h from headers. Any attributes given in the prototype but not in the function definition have been moved to the definition. An exception is vortex_eq_free: I removed the __devexit attribute because vortex_eq_free is called from vortex_core_shutdown, and vortex_core_shutdown may be called from __devinit snd_vortex_create. Compile tested with allyesconfig and allmodconfig. Signed-off-by: Dale Sedivec <dale@codefu.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/au88x0/au88x0_eq.c')
-rw-r--r--sound/pci/au88x0/au88x0_eq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/au88x0/au88x0_eq.c b/sound/pci/au88x0/au88x0_eq.c
index 64fbfbbaf816..0c86a31c4336 100644
--- a/sound/pci/au88x0/au88x0_eq.c
+++ b/sound/pci/au88x0/au88x0_eq.c
@@ -885,7 +885,7 @@ static char *EqBandLabels[10] __devinitdata = {
};
/* ALSA driver entry points. Init and exit. */
-static int vortex_eq_init(vortex_t * vortex)
+static int __devinit vortex_eq_init(vortex_t * vortex)
{
struct snd_kcontrol *kcontrol;
int err, i;