diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-06-09 18:26:28 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-06-13 10:29:50 -0400 |
commit | 0a1b42db4bf9db233d1f29795086a9526e84c845 (patch) | |
tree | 7eb6e648022763f9ec3a7a18655ca3dda3ecab81 /sound/oss/dmasound/dmasound_paula.c | |
parent | 781711a93e8aae756e8ae07acef185a6dfe552b8 (diff) |
sound: sound/oss/dmasound/: cleanups
This patch contains the following cleanups:
- make the following needlessly global functions static:
- dmasound_core.c: get_afmt_string()
- dmasound_paula.c: dmasound_paula_init()
- dmasound_q40.c: dmasound_q40_init()
- remove the following unused global variable:
- dmasound_core.c: software_input_volume
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/oss/dmasound/dmasound_paula.c')
-rw-r--r-- | sound/oss/dmasound/dmasound_paula.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/dmasound/dmasound_paula.c b/sound/oss/dmasound/dmasound_paula.c index 202e8103dc4d..06e9e88e4c05 100644 --- a/sound/oss/dmasound/dmasound_paula.c +++ b/sound/oss/dmasound/dmasound_paula.c | |||
@@ -710,7 +710,7 @@ static MACHINE machAmiga = { | |||
710 | /*** Config & Setup **********************************************************/ | 710 | /*** Config & Setup **********************************************************/ |
711 | 711 | ||
712 | 712 | ||
713 | int __init dmasound_paula_init(void) | 713 | static int __init dmasound_paula_init(void) |
714 | { | 714 | { |
715 | int err; | 715 | int err; |
716 | 716 | ||