ALSA: fix signaling race condition
start_date must be set with the lock held. Otherwise, the condition statement inside the ALSAThread while() startup loop may fail. Once signaled, start_date belongs to the ALSA thread, so locking is not needed anymore.
Showing
Please register or sign in to comment