[ALSA] semaphore -> mutex (driver part)
authorIngo Molnar <mingo@elte.hu>
Mon, 16 Jan 2006 15:31:42 +0000 (16:31 +0100)
committerJaroslav Kysela <perex@suse.cz>
Wed, 22 Mar 2006 09:24:57 +0000 (10:24 +0100)
commitef9f0a42db987e7e2df72289fb4522d24027786b
tree34f3ad0c1abdbeb6df5a1d5137db6b4f34695f5a
parent1a60d4c5a0c4028559585a74e48593b16e1ca9b2
[ALSA] semaphore -> mutex (driver part)

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>
22 files changed:
include/sound/emux_synth.h
include/sound/i2c.h
include/sound/opl3.h
include/sound/soundfont.h
include/sound/util_mem.h
include/sound/vx_core.h
sound/drivers/opl3/opl3_lib.c
sound/drivers/opl3/opl3_seq.c
sound/drivers/opl3/opl3_synth.c
sound/drivers/opl4/opl4_lib.c
sound/drivers/opl4/opl4_local.h
sound/drivers/opl4/opl4_proc.c
sound/drivers/opl4/opl4_seq.c
sound/drivers/vx/vx_core.c
sound/drivers/vx/vx_mixer.c
sound/i2c/i2c.c
sound/synth/emux/emux.c
sound/synth/emux/emux_oss.c
sound/synth/emux/emux_proc.c
sound/synth/emux/emux_seq.c
sound/synth/emux/soundfont.c
sound/synth/util_mem.c