]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/sound/cs4231.h
[ALSA] semaphore -> mutex (ISA part)
[linux-2.6-omap-h63xx.git] / include / sound / cs4231.h
index ac6a5d8820888c1926c92c052c74add01c3f30a3..60b5b92a131985a6a62da67ee07afc3491665f53 100644 (file)
@@ -248,8 +248,8 @@ struct snd_cs4231 {
        unsigned int c_dma_size;
 
        spinlock_t reg_lock;
-       struct semaphore mce_mutex;
-       struct semaphore open_mutex;
+       struct mutex mce_mutex;
+       struct mutex open_mutex;
 
        int (*rate_constraint) (struct snd_pcm_runtime *runtime);
        void (*set_playback_format) (struct snd_cs4231 *chip, struct snd_pcm_hw_params *hw_params, unsigned char pdfr);