[ALSA] semaphore -> mutex (ISA 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>
此提交包含在:
Ingo Molnar
2006-01-16 16:33:08 +01:00
提交者 Jaroslav Kysela
父節點 ef9f0a42db
當前提交 8b7547f95c
共有 12 個檔案被更改,包括 57 行新增57 行删除

查看文件

@@ -154,7 +154,7 @@ struct snd_ad1848 {
#endif
spinlock_t reg_lock;
struct semaphore open_mutex;
struct mutex open_mutex;
};
/* exported functions */