• Rémi Denis-Courmont's avatar
    ALSA: fix signaling race condition · 8a624dc9
    Rémi Denis-Courmont authored
    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.
    8a624dc9
alsa.c 35.7 KB