• 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
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...