X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fsound%2Fhwdep.h;h=94c387b5d72429a7d5086849c558ec5df5f8566e;hb=a8c4c20dfa8b28a3c99e33c639d9c2ea5657741e;hp=c679e5b3111135385798c6f5f2987a51fe63e6a7;hpb=94bc2be31a01a3055ec94176e595dfe208e92d3b;p=pandora-kernel.git diff --git a/include/sound/hwdep.h b/include/sound/hwdep.h index c679e5b31111..94c387b5d724 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 semaphore open_mutex; + struct mutex open_mutex; int used; unsigned int dsp_loaded; unsigned int exclusive: 1;