• Max Kellermann's avatar
    ao: removed AoData.device!=NULL checks · 074d5ae1
    Max Kellermann authored
    The MPD core guarantees that the audio_output object is always in a
    consistent state: either open or closed.  When open, it will not call
    the open() method again, and when closed, it will not call play().
    Removed several checks and the NULL initialization.
    074d5ae1
ao_plugin.c 5.05 KB