X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fsound%2Fsb16_csp.h;h=caf6fe21514dca62c1005a1ee9cc79210f545b35;hb=6f91fe88e4e28b40b4f08d99e0ea6d17b70e9567;hp=3b44d4b370f5fe2fd6eb3108c5eab67fba7e1f06;hpb=37ef4399a6bb265d3035e6d6e45f7677b132a3ba;p=linux-2.6 diff --git a/include/sound/sb16_csp.h b/include/sound/sb16_csp.h index 3b44d4b370..caf6fe2151 100644 --- a/include/sound/sb16_csp.h +++ b/include/sound/sb16_csp.h @@ -158,7 +158,7 @@ struct snd_sb_csp { struct snd_kcontrol *qsound_switch; struct snd_kcontrol *qsound_space; - struct semaphore access_mutex; /* locking */ + struct mutex access_mutex; /* locking */ }; int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);