X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fsound%2Fhwdep.h;h=d9eea013c753209a4dcb90f9bfc69eb95b697559;hb=224a033252bba46c5c8b5df625f5e781ca138f48;hp=c679e5b3111135385798c6f5f2987a51fe63e6a7;hpb=37ef4399a6bb265d3035e6d6e45f7677b132a3ba;p=mv-sheeva.git diff --git a/include/sound/hwdep.h b/include/sound/hwdep.h index c679e5b3111..d9eea013c75 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;