X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=sound%2Fsynth%2Femux%2Femux_synth.c;fp=sound%2Fsynth%2Femux%2Femux_synth.c;h=24705d15ebd80e89b58e9c7c66885e2729490f2c;hp=3733118d39bb03a59dcf1ca40019c80dafb889ef;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c diff --git a/sound/synth/emux/emux_synth.c b/sound/synth/emux/emux_synth.c index 3733118d3..24705d15e 100644 --- a/sound/synth/emux/emux_synth.c +++ b/sound/synth/emux/emux_synth.c @@ -434,7 +434,6 @@ snd_emux_terminate_all(struct snd_emux *emu) spin_unlock_irqrestore(&emu->voice_lock, flags); } -EXPORT_SYMBOL(snd_emux_terminate_all); /* * Terminate all voices associated with the given port @@ -952,8 +951,6 @@ void snd_emux_lock_voice(struct snd_emux *emu, int voice) spin_unlock_irqrestore(&emu->voice_lock, flags); } -EXPORT_SYMBOL(snd_emux_lock_voice); - /* */ void snd_emux_unlock_voice(struct snd_emux *emu, int voice) @@ -968,5 +965,3 @@ void snd_emux_unlock_voice(struct snd_emux *emu, int voice) voice, emu->voices[voice].state); spin_unlock_irqrestore(&emu->voice_lock, flags); } - -EXPORT_SYMBOL(snd_emux_unlock_voice);