X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fsound%2Femux_synth.h;h=d8cb51b86c20c1347e0281a0c45b4c99b4206439;hb=d2ae5b5f6afd3c4caaf82444102a4372135cb994;hp=b2d6b2acc7c7dd1350a7b511691aec9233fbf170;hpb=ea9b395fe20ac74be788f415af2622ac8f0c35c7;p=powerpc.git diff --git a/include/sound/emux_synth.h b/include/sound/emux_synth.h index b2d6b2acc7..d8cb51b86c 100644 --- a/include/sound/emux_synth.h +++ b/include/sound/emux_synth.h @@ -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];