[ALSA] semaphore -> mutex (Archs, misc buses)
Semaphore to mutex conversion. The conversion was generated via scripts, and the result was validated automatically via a script as well. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Jaroslav Kysela
parent
62932df8fb
commit
12aa757905
@@ -227,7 +227,7 @@ struct aaci {
|
||||
unsigned int fifosize;
|
||||
|
||||
/* AC'97 */
|
||||
struct semaphore ac97_sem;
|
||||
struct mutex ac97_sem;
|
||||
ac97_bus_t *ac97_bus;
|
||||
|
||||
u32 maincr;
|
||||
|
Reference in New Issue
Block a user