X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fsound%2Fhwdep.h;fp=include%2Fsound%2Fhwdep.h;h=c679e5b3111135385798c6f5f2987a51fe63e6a7;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=94c387b5d72429a7d5086849c558ec5df5f8566e;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/sound/hwdep.h b/include/sound/hwdep.h index 94c387b5d..c679e5b31 100644 --- a/include/sound/hwdep.h +++ b/include/sound/hwdep.h @@ -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;