include/asm-x86/processor.h: checkpatch cleanups - formatting only
[sfrench/cifs-2.6.git] / include / sound / emux_synth.h
index b2d6b2acc7c7dd1350a7b511691aec9233fbf170..d8cb51b86c20c1347e0281a0c45b4c99b4206439 100644 (file)
@@ -113,7 +113,7 @@ struct snd_emux {
        struct snd_emux_voice *voices;  /* Voices (EMU 'channel') */
        int use_time;   /* allocation counter */
        spinlock_t voice_lock;  /* Lock for voice access */
-       struct semaphore register_mutex;
+       struct mutex register_mutex;
        int client;             /* For the sequencer client */
        int ports[SNDRV_EMUX_MAX_PORTS];        /* The ports for this device */
        struct snd_emux_port *portptrs[SNDRV_EMUX_MAX_PORTS];