rockbox/firmware/target/arm/tms320dm320/sansa-connect
Michael Sevakis 286a4c5caa Revise the PCM callback system after adding multichannel audio.
Additional status callback is added to pcm_play/rec_data instead of
using a special function to set it. Status includes DMA error
reporting to the status callback. Playback and recording callback
become more alike except playback uses "const void **addr" (because
the data should not be altered) and recording  uses "void **addr".
"const" is put in place throughout where appropriate.

Most changes are fairly trivial. One that should be checked in
particular because it isn't so much is telechips, if anyone cares to
bother. PP5002 is not so trivial either but that tested as working.

Change-Id: I4928d69b3b3be7fb93e259f81635232df9bd1df2
Reviewed-on: http://gerrit.rockbox.org/166
Reviewed-by: Michael Sevakis <jethead71@rockbox.org>
Tested-by: Michael Sevakis <jethead71@rockbox.org>
2012-03-03 07:23:38 +01:00
..
adc-sansaconnect.c
adc-target.h adc-target.h: cleanup 2012-01-08 00:39:29 +00:00
avr-sansaconnect.c Sansa Connect: use udelay() in AVR spi_txrx(). 2011-12-20 13:36:43 +00:00
avr-sansaconnect.h Sansa Connect: Use sleep() instead udelay() in AVR spi_txrx. 2011-12-15 15:33:53 +00:00
backlight-sansaconnect.c Clean spi.h and spi-target.h 2012-01-07 22:04:12 +00:00
backlight-target.h
button-target.h button-target.h : move prototypes to button.h 2012-01-08 00:07:19 +00:00
crt0-board.S Sansa Connect: Set unknown GIOs to state with lowest power consumption. This slightly improves runtime. 2011-12-26 09:45:18 +00:00
lcd-sansaconnect.c lcd drivers: Convert lcd_[remote_]framebuffer to a pointer 2012-02-28 11:44:59 +11:00
lcd-target.h Sansa Connect: Use Image Buffer for screen updates. 2011-12-19 06:31:49 +00:00
pcm-sansaconnect.c Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
power-sansaconnect.c Sansa Connect: Use sleep() instead udelay() in AVR spi_txrx. 2011-12-15 15:33:53 +00:00
powermgmt-sansaconnect.c Rework powermgmt to enable code re-use on appliation and sims. 2012-01-03 23:44:38 +00:00
usb-sansaconnect.c Sansa Connect: Disable USB clocks when disconnected. 2011-12-16 11:20:38 +00:00