On 2010/12/21 04:18, Greg Ward wrote:
> On Sat, Dec 18, 2010 at 2:07 PM, Max Kellermann wrote:
> > good work so far. The first patch emits three printf warnings:
> >
> > src/output/osx_plugin.c:234: warning: format '%lu' expects type 'long
> > unsigned int', but argument 5 has type 'AudioDevic
Add new config parameter 'device' to audio_output type "osx":
- if not supplied or set to "default", open default device
- if set to "system", open system device
- otherwise 'device' should be an audio device name: mpd will find and
open the specified audio device, falling back to the default
d
On Sat, Dec 18, 2010 at 2:07 PM, Max Kellermann wrote:
> good work so far. The first patch emits three printf warnings:
>
> src/output/osx_plugin.c:234: warning: format '%lu' expects type 'long
> unsigned int', but argument 5 has type 'AudioDeviceID'
> src/output/osx_plugin.c:239: warning: for
On 2010/12/18 03:01, Greg Ward wrote:
> Add new config parameter 'device' to audio_output type "osx":
> - if not supplied or set to "default", open default device
> - if set to "system", open system device
> - otherwise 'device' should be an audio device name: mpd will find and
> open the specif
Add new config parameter 'device' to audio_output type "osx":
- if not supplied or set to "default", open default device
- if set to "system", open system device
- otherwise 'device' should be an audio device name: mpd will find and
open the specified audio device, falling back to the default
d