Mercurial > sdl-ios-xcode
diff src/audio/bsd/SDL_bsdaudio.c @ 3816:9d070c1a45fa SDL-ryan-multiple-audio-device
Moved AudioBootstrap section in converted drivers to bottom of source, so I
could delete the predeclarations (one more thing to forget to update when
changing the API, otherwise). There're a few other cleanups that snuck into
this commit, too.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 06 Oct 2006 04:46:58 +0000 |
parents | c8b3d3d13ed1 |
children | 1f156fd874fa |
line wrap: on
line diff
--- a/src/audio/bsd/SDL_bsdaudio.c Fri Oct 06 04:16:11 2006 +0000 +++ b/src/audio/bsd/SDL_bsdaudio.c Fri Oct 06 04:46:58 2006 +0000 @@ -269,46 +269,18 @@ "waiting : %s\n" "active : %s\n" "", - info. - play. - buffer_size, - info. - play. - sample_rate, - info. - play. - channels, - info. - play. - precision, - info. - play. - encoding, - info. - play. - seek, - info. - play. - samples, - info. - play. - eof, - info. - play. - pause - ? - "yes" - : - "no", - info. - play. - error - ? - "yes" - : - "no", - info. - play.waiting ? "yes" : "no", info.play.active ? "yes" : "no"); + info.play.buffer_size, + info.play.sample_rate, + info.play.channels, + info.play.precision, + info.play.encoding, + info.play.seek, + info.play.samples, + info.play.eof, + info.play.pause ? "yes" : "no", + info.play.error ? "yes" : "no", + info.play.waiting ? "yes" : "no", + info.play.active ? "yes" : "no"); fprintf(stderr, "\n" "[audio info]\n"