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 Use buflib for all skin engine allocations. 2011-11-15 14:11:08 +00:00
albumart.h Fix warning in android build. 2011-02-27 21:09:36 +00:00
bmp.c Handle 32bit bitmaps with all-zero alpha channel as fully opaque. 2011-11-11 22:03:29 +00:00
bmp.h Support for transparency in 32bit bitmaps on color targets. 2011-11-08 21:36:49 +00:00
icons.c FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. 2011-12-14 21:45:25 +00:00
icons.h FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. 2011-12-14 21:45:25 +00:00
jpeg_common.h
jpeg_idct_arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
jpeg_load.c Set alpha_offset to zero when loading a JPEG. 2011-11-09 23:25:36 +00:00
jpeg_load.h Embedded album art support in MP3/ID3v2 tags. 2011-02-09 20:13:13 +00:00
keyboard.c Add const to global pointers to strings. 2011-12-17 18:31:55 +00:00
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 Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
peakmeter.h Make function calc_db in peakmeter.c static 2011-10-04 21:25:26 +00:00
recording.c AGC: respect gain steps defined in audiohw_settings[] 2011-12-20 22:02:35 +00:00
recording.h Fix yellow 2011-01-29 15:14:23 +00:00
resize.c Fix bitmap scaling for Coldfire. Closes FS#12411. 2011-12-19 19:17:13 +00:00
resize.h Adapt the resize-on-load image scalers to support the alpha channel. 2011-11-08 21:39:23 +00:00