1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/mikmod
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
..
drv_nos.c
load_669.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
load_amf.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
load_asy.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
load_dsm.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
load_far.c Remove several 'set but not used' GCC 4.6.1 warnings from MikMod. 2011-09-03 23:54:43 +00:00
load_gdm.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
load_gt2.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
load_imf.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
load_it.c Remove several 'set but not used' GCC 4.6.1 warnings from MikMod. 2011-09-03 23:54:43 +00:00
load_m15.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
load_med.c
load_mod.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
load_mtm.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
load_okt.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
load_s3m.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
load_stm.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
load_stx.c
load_ult.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
load_uni.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
load_xm.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
mdreg.c
mdriver.c
mikmod.c Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
mikmod.h
mikmod.make mikmod: enable compiler optimizations for coldfire, they were disabled to work around a bug in the old toolchain. 2011-09-04 08:32:02 +00:00
mikmod_internals.h FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
mikmod_supp.h Fix yellow and red. 2011-09-03 23:42:50 +00:00
mloader.c
mlreg.c
mlutil.c Remove several 'set but not used' GCC 4.6.1 warnings from MikMod. 2011-09-03 23:54:43 +00:00
mmalloc.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
mmerror.c
mmio.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
mplayer.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
munitrk.c
npertab.c
sloader.c Fix compiler warnings in mikmod. Initialize 'status' and 'incnt'. 2011-09-03 19:12:33 +00:00
SOURCES
strdup.c
strstr.c
virtch.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00
virtch_common.c FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. 2011-09-03 23:17:42 +00:00