X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Fsound%2Fhwdep.h;h=d9eea013c753209a4dcb90f9bfc69eb95b697559;hb=024bb9617e01716c5ac7d235f54483cc6018978f;hp=c679e5b3111135385798c6f5f2987a51fe63e6a7;hpb=f9c5d0451b406a6bd0d0bf1fdd63c7777af6ebc6;p=cascardo%2Flinux.git diff --git a/include/sound/hwdep.h b/include/sound/hwdep.h index c679e5b31111..d9eea013c753 100644 --- a/include/sound/hwdep.h +++ b/include/sound/hwdep.h @@ -3,7 +3,7 @@ /* * Hardware dependent layer - * Copyright (c) by Jaroslav Kysela + * Copyright (c) by Jaroslav Kysela * * * This program is free software; you can redistribute it and/or modify @@ -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;