X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fsound%2Fsoundfont.h;h=f95d99ba7f7473028b497932cda5493805f0b6c0;hb=8eae939f1400326b06d0c9afe53d2a484a326871;hp=61a010c65d0278d4c82711b7f6651b7204de6168;hpb=f9c5d0451b406a6bd0d0bf1fdd63c7777af6ebc6;p=mirror_ubuntu-zesty-kernel.git diff --git a/include/sound/soundfont.h b/include/sound/soundfont.h index 61a010c65d02..f95d99ba7f74 100644 --- a/include/sound/soundfont.h +++ b/include/sound/soundfont.h @@ -93,7 +93,7 @@ struct snd_sf_list { int sample_locked; /* locked time for sample */ struct snd_sf_callback callback; /* callback functions */ int presets_locked; - struct semaphore presets_mutex; + struct mutex presets_mutex; spinlock_t lock; struct snd_util_memhdr *memhdr; };