mpd/src/audioOutputs
Max Kellermann e056ff2b02 moved jack configuration to the JackData struct
Storing local configuration in global (static) variables is obviously
a bad idea.  Move all those variables into the JackData struct,
including the locks.
2008-08-26 08:27:16 +02:00
..
audioOutput_alsa.c use size_t and constant pointer in ao plugins 2008-04-12 04:15:52 +00:00
audioOutput_ao.c enable -Wpointer-arith, -Wstrict-prototypes 2008-08-26 08:27:02 +02:00
audioOutput_fifo.c use size_t and constant pointer in ao plugins 2008-04-12 04:15:52 +00:00
audioOutput_jack.c moved jack configuration to the JackData struct 2008-08-26 08:27:16 +02:00
audioOutput_mvp.c use size_t and constant pointer in ao plugins 2008-04-12 04:15:52 +00:00
audioOutput_null.c enable -Wpointer-arith, -Wstrict-prototypes 2008-08-26 08:27:02 +02:00
audioOutput_oss.c enable -Wpointer-arith, -Wstrict-prototypes 2008-08-26 08:27:02 +02:00
audioOutput_osx.c use size_t and constant pointer in ao plugins 2008-04-12 04:15:52 +00:00
audioOutput_pulse.c use size_t and constant pointer in ao plugins 2008-04-12 04:15:52 +00:00
audioOutput_shout.c converted MpdTagItem.type to an enum 2008-08-26 08:27:09 +02:00