[ALSA] sound/core/: possible cleanups
authorAdrian Bunk <bunk@stusta.de>
Wed, 18 May 2005 16:02:04 +0000 (18:02 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sun, 29 May 2005 08:11:20 +0000 (10:11 +0200)
commit123992f728785e05f385d23893bd5ec69871aeb4
tree0f731b0f807903a4a5add6b0ff7ab5a9737c02ae
parent5218064c885af5c49e380d09d54f3cc86891a580
[ALSA] sound/core/: possible cleanups

PCM Midlevel,ALSA Core,Timer Midlevel,ALSA sequencer,Virtual Midi
This patch contains the following possible cleanups:
- make needlessly global code static
- #if 0 the following unused global functions
- remove the following unneeded EXPORT_SYMBOL's

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
15 files changed:
include/sound/pcm.h
include/sound/seq_midi_event.h
include/sound/seq_virmidi.h
include/sound/timer.h
sound/core/pcm.c
sound/core/pcm_lib.c
sound/core/pcm_native.c
sound/core/seq/seq_midi_event.c
sound/core/seq/seq_queue.c
sound/core/seq/seq_queue.h
sound/core/seq/seq_timer.c
sound/core/seq/seq_timer.h
sound/core/seq/seq_virmidi.c
sound/core/sound.c
sound/core/timer.c