rockbox/firmware/target/hosted/sdl
Michael Sevakis 08199cd6cb Provide high resolution volume and prescaler to hosted targets.
HAVE_SW_VOLUME_CONTROL is required and at this time only affects the
SDL targets using pcm-sdl.c.

Enables balance control in SDL targets, unless mono volume is in use.

Compiles software volume control as unbuffered when
PCM_SW_VOLUME_UNBUFFERED is defined. This avoids the overhead and
extra latency introduced by the double buffer when it is not needed.
Use this config when the target's PCM driver is buffered and sufficient
latency exists to perform safely the volume scaling.

Simulated targets that are double-buffered when made as native targets
remain so in the sim in order to run the same code.

Change-Id: Ifa77d2d3ae7376c65afecdfc785a084478cb5ffb
Reviewed-on: http://gerrit.rockbox.org/457
Reviewed-by: Michael Sevakis <jethead71@rockbox.org>
Tested-by: Michael Sevakis <jethead71@rockbox.org>
2013-04-27 06:59:27 +02:00
..
app
button-sdl.c
button-sdl.h
buttonmap.h
kernel-sdl.c
key_to_touch-sdl.c
lcd-bitmap.c
lcd-bitmap.h
lcd-charcells.c Fix non-integer display_zoom for charcell. 2012-06-19 21:56:57 +02:00
lcd-charcells.h
lcd-remote-bitmap.c
lcd-remote-bitmap.h
lcd-sdl.c Change display_zoom from int to double. 2012-06-19 21:27:53 +02:00
lcd-sdl.h Remove extraneous "extern int display_zoom" declarations. 2012-06-14 22:23:50 +02:00
pcm-sdl.c Provide high resolution volume and prescaler to hosted targets. 2013-04-27 06:59:27 +02:00
sim-ui-defines.h zenxfi2: add simulator defines and image 2013-01-15 21:57:26 +00:00
system-sdl.c Change display_zoom from int to double. 2012-06-19 21:27:53 +02:00
system-sdl.h Change display_zoom from int to double. 2012-06-19 21:27:53 +02:00
system-target.h
thread-sdl.c
thread-sdl.h
timer-sdl.c