linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / sound / synth / emux / emux.c
index fc733bb..7c8e328 100644 (file)
@@ -45,7 +45,7 @@ int snd_emux_new(struct snd_emux **remu)
                return -ENOMEM;
 
        spin_lock_init(&emu->voice_lock);
-       mutex_init(&emu->register_mutex);
+       init_MUTEX(&emu->register_mutex);
 
        emu->client = -1;
 #ifdef CONFIG_SND_SEQUENCER_OSS