diff options
author | Ingo Molnar | 2006-01-16 16:29:08 +0100 |
---|---|---|
committer | Jaroslav Kysela | 2006-03-22 10:24:50 +0100 |
commit | 1a60d4c5a0c4028559585a74e48593b16e1ca9b2 (patch) | |
tree | f03f8dfcd554f8ebbb295522dc46dfe4d110a484 /include/sound/seq_instr.h | |
parent | [ALSA] au88x0 - Fix structs for equalizer (diff) | |
download | kernel-qcow2-linux-1a60d4c5a0c4028559585a74e48593b16e1ca9b2.tar.gz kernel-qcow2-linux-1a60d4c5a0c4028559585a74e48593b16e1ca9b2.tar.xz kernel-qcow2-linux-1a60d4c5a0c4028559585a74e48593b16e1ca9b2.zip |
[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>
Diffstat (limited to 'include/sound/seq_instr.h')
-rw-r--r-- | include/sound/seq_instr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/seq_instr.h b/include/sound/seq_instr.h index db764f09efb7..f2db03bfd74e 100644 --- a/include/sound/seq_instr.h +++ b/include/sound/seq_instr.h @@ -64,7 +64,7 @@ struct snd_seq_kinstr_list { spinlock_t lock; spinlock_t ops_lock; - struct semaphore ops_mutex; + struct mutex ops_mutex; unsigned long ops_flags; }; |