[ALSA] semaphore -> mutex (core part)
authorIngo Molnar <mingo@elte.hu>
Mon, 16 Jan 2006 15:29:08 +0000 (16:29 +0100)
committerJaroslav Kysela <perex@suse.cz>
Wed, 22 Mar 2006 09:24:50 +0000 (10:24 +0100)
commit1a60d4c5a0c4028559585a74e48593b16e1ca9b2
treef03f8dfcd554f8ebbb295522dc46dfe4d110a484
parentf0283f45a04d5cf31512e5e390a38504d97e7a97
[ALSA] semaphore -> mutex (core 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>
30 files changed:
include/sound/core.h
include/sound/hwdep.h
include/sound/info.h
include/sound/mixer_oss.h
include/sound/pcm.h
include/sound/pcm_oss.h
include/sound/rawmidi.h
include/sound/seq_instr.h
sound/core/hwdep.c
sound/core/info.c
sound/core/info_oss.c
sound/core/init.c
sound/core/memalloc.c
sound/core/oss/mixer_oss.c
sound/core/oss/pcm_oss.c
sound/core/pcm.c
sound/core/pcm_native.c
sound/core/rawmidi.c
sound/core/seq/oss/seq_oss.c
sound/core/seq/seq_clientmgr.c
sound/core/seq/seq_clientmgr.h
sound/core/seq/seq_device.c
sound/core/seq/seq_instr.c
sound/core/seq/seq_midi.c
sound/core/seq/seq_ports.c
sound/core/seq/seq_queue.c
sound/core/seq/seq_queue.h
sound/core/sound.c
sound/core/sound_oss.c
sound/core/timer.c