X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fsound%2Fhwdep.h;h=d9eea013c753209a4dcb90f9bfc69eb95b697559;hb=ce1d5b23a8d1e19866ab82bdec0dc41fde5273d8;hp=c679e5b3111135385798c6f5f2987a51fe63e6a7;hpb=ed03f430cdc8c802652467e9097606fedc2c7abc;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;