diff options
Diffstat (limited to 'sound/synth/emux/emux_synth.c')
-rw-r--r-- | sound/synth/emux/emux_synth.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/synth/emux/emux_synth.c b/sound/synth/emux/emux_synth.c index 24705d15ebd8..3733118d39bb 100644 --- a/sound/synth/emux/emux_synth.c +++ b/sound/synth/emux/emux_synth.c | |||
@@ -434,6 +434,7 @@ snd_emux_terminate_all(struct snd_emux *emu) | |||
434 | spin_unlock_irqrestore(&emu->voice_lock, flags); | 434 | spin_unlock_irqrestore(&emu->voice_lock, flags); |
435 | } | 435 | } |
436 | 436 | ||
437 | EXPORT_SYMBOL(snd_emux_terminate_all); | ||
437 | 438 | ||
438 | /* | 439 | /* |
439 | * Terminate all voices associated with the given port | 440 | * Terminate all voices associated with the given port |
@@ -951,6 +952,8 @@ void snd_emux_lock_voice(struct snd_emux *emu, int voice) | |||
951 | spin_unlock_irqrestore(&emu->voice_lock, flags); | 952 | spin_unlock_irqrestore(&emu->voice_lock, flags); |
952 | } | 953 | } |
953 | 954 | ||
955 | EXPORT_SYMBOL(snd_emux_lock_voice); | ||
956 | |||
954 | /* | 957 | /* |
955 | */ | 958 | */ |
956 | void snd_emux_unlock_voice(struct snd_emux *emu, int voice) | 959 | void snd_emux_unlock_voice(struct snd_emux *emu, int voice) |
@@ -965,3 +968,5 @@ void snd_emux_unlock_voice(struct snd_emux *emu, int voice) | |||
965 | voice, emu->voices[voice].state); | 968 | voice, emu->voices[voice].state); |
966 | spin_unlock_irqrestore(&emu->voice_lock, flags); | 969 | spin_unlock_irqrestore(&emu->voice_lock, flags); |
967 | } | 970 | } |
971 | |||
972 | EXPORT_SYMBOL(snd_emux_unlock_voice); | ||