rockbox/apps/recorder
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
..
albumart.c
albumart.h
bmp.c
bmp.h
icons.c
icons.h
jpeg_common.h
jpeg_idct_arm.S
jpeg_load.c
jpeg_load.h
keyboard.c
pcm_record.c Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
pcm_record.h Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR. 2011-12-19 20:12:52 +00:00
peakmeter.c
peakmeter.h
recording.c AGC: respect gain steps defined in audiohw_settings[] 2011-12-20 22:02:35 +00:00
recording.h
resize.c Fix bitmap scaling for Coldfire. Closes FS#12411. 2011-12-19 19:17:13 +00:00
resize.h