On 2010/12/18 03:01, Greg Ward <g...@gerg.ca> 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 specified audio device, falling back to the default
>   device if it's not found

Hi Greg,

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: format '%lu' expects type 'long unsigned 
int', but argument 4 has type 'AudioDeviceID'
 src/output/osx_plugin.c:264: warning: format '%lu' expects type 'long unsigned 
int', but argument 4 has type 'AudioDeviceID'

Please add explicit casts to "unsigned long".  I'll merge both patches
then.

Max


------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to