commit | e3a5d59a17e9a42e3f3e0e37342b2679bab2ff43 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Nov 14 13:03:19 2006 +0100 |
committer | Jaroslav Kysela <perex@server.perex.cz> | Wed Dec 20 08:55:54 2006 +0100 |
tree | 631335a715870175f194b4bfec4690e6041fed79 | |
parent | ba8bdf8584c6f8af6d009dfd716ea5ee37fc15cd [diff] |
[ALSA] Fix races in PCM OSS emulation Fixed the race among multiple threads accessing the OSS PCM instance concurrently by simply introducing a mutex for protecting a setup of the PCM. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>