• Max Kellermann's avatar
    jack: removed sample_rate callback · a93e73be
    Max Kellermann authored
    Currently, the JACK plugin manipulates the audio_format struct which
    was passed to the open() method.  This is very likely to break,
    because the plugin must not permanently store this pointer.  After
    this patch, MPD ignores sample rate changes.  It looks like other
    software is doing the same, and I guess this is a non-issue.
    
    This patch converts the audio_format pointer within jack_data into a
    static audio_format struct.
    a93e73be
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src 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...