rockbox/firmware/target/arm/tms320dm320/mrobe-500
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-mr500.c M:Robe 500 ADC: Remove pin initializations. 2011-02-06 20:41:49 +00:00
adc-target.h adc-target.h: cleanup 2012-01-08 00:39:29 +00:00
ata-mr500.c FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver.h. After this change: 2011-12-08 21:23:53 +00:00
ata-target.h FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver.h. After this change: 2011-12-08 21:23:53 +00:00
backlight-mr500.c Clean spi.h and spi-target.h 2012-01-07 22:04:12 +00:00
backlight-target.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
button-mr500.c mr500: move remote button reading code to buttom-mr500.c 2012-01-07 19:44:30 +00:00
button-target.h button-target.h : move prototypes to button.h 2012-01-08 00:07:19 +00:00
crt0-board.S DM320: Update boot linker script (right now it is linked against flash). Include board initialization for M:Robe 500. 2011-02-06 20:17:15 +00:00
dm320codec-mr500.c Remove pcm_mute() which has been unused since r19308 2010-04-27 00:05:02 +00:00
lcd-mr500.c lcd drivers: Convert lcd_[remote_]framebuffer to a pointer 2012-02-28 11:44:59 +11:00
lcd-remote-mr500.c Fix build errors and warnings 2012-02-28 11:51:09 +11:00
lcd-remote-target.h lcd_remote_powersave: unused 2012-01-07 19:48:49 +00:00
lcd-target.h M:Robe 500: Rearrage TSC2100 reads to make touchscreen more reliable, add hack to get lcd_sleep working/called again, fix the panic handler so that it waits for the power button to be pressed instead of freezing the player 2009-04-28 05:07:25 +00:00
pcm-mr500.c Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
power-mr500.c M:Robe 500 Power: Remove pin initializations. 2011-02-06 20:46:37 +00:00
powermgmt-mr500.c Rework powermgmt to enable code re-use on appliation and sims. 2012-01-03 23:44:38 +00:00
usb-mr500.c M:Robe 500 USB: Remove EMIF and pin initialization. 2011-02-06 20:47:39 +00:00
usb-mr500.h M:Robe 500: Add missing file. 2009-06-08 01:05:22 +00:00