Commit 9eb0ec90 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

winealsa: Use a pthread mutex for the stream lock.

parent 123e748f
......@@ -51,6 +51,8 @@ struct alsa_stream
BYTE *local_buffer, *tmp_buffer, *remapping_buf, *silence_buf;
LONG32 getbuf_last; /* <0 when using tmp_buffer */
float *vols;
pthread_mutex_t lock;
};
struct endpoint
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment