linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / sound / hwdep.h
index 94c387b..c679e5b 100644 (file)
@@ -60,7 +60,7 @@ struct snd_hwdep {
        void *private_data;
        void (*private_free) (struct snd_hwdep *hwdep);
 
-       struct mutex open_mutex;
+       struct semaphore open_mutex;
        int used;
        unsigned int dsp_loaded;
        unsigned int exclusive: 1;