• Max Kellermann's avatar
    output_all: fix boolean short circuit in update() · 27193d84
    Max Kellermann authored
    Sometimes, audio_output_update() isn't called for the second device
    when the first one has succeeded.  The patch
    "audio_output_all_update() returns bool" broke it, because the boolean
    evaluation ended after the first "true".
    27193d84
output_all.c 6.42 KB