Re: [Musicpd-dev-team] [PATCH 1/2] osx_output: allow user to specify other audio devices.

2010-12-20 Thread Max Kellermann
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

[Musicpd-dev-team] [PATCH 1/2] osx_output: allow user to specify other audio devices.

2010-12-20 Thread Greg Ward
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

Re: [Musicpd-dev-team] [PATCH 1/2] osx_output: allow user to specify other audio devices.

2010-12-20 Thread Greg Ward
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

Re: [Musicpd-dev-team] [PATCH 1/2] osx_output: allow user to specify other audio devices.

2010-12-18 Thread Max Kellermann
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

[Musicpd-dev-team] [PATCH 1/2] osx_output: allow user to specify other audio devices.

2010-12-17 Thread Greg Ward
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