1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/pdbox/PDa/src
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
..
d_arithmetic.c
d_ctl.c
d_dac.c
d_fft.c
d_fftroutine.c
d_global.c
d_imayer_fft.c Remove plugin-specific defines from the pdbox makefile, and add them to m_pd.h, which is the global pdbox header. This makes sure that the defines are set during depency generation so dependencies are correct. 2010-06-21 16:34:13 +00:00
d_imayer_tables.h
d_mayer_fft.c
d_misc.c
d_resample.c
d_soundfile.c Fix wrong pointer arithmetic in the PDbox aiff header writing code 2012-01-22 21:41:38 +01:00
d_ugen.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
g_all_guis.c
g_all_guis.h
g_array.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
g_bang.c
g_canvas.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
g_canvas.h
g_editor.c Fix even more 'set but not used' warnings and a regression. 2011-05-13 19:23:27 +00:00
g_graph.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
g_guiconnect.c
g_hdial.c
g_hslider.c
g_io.c
g_mycanvas.c
g_numbox.c
g_readwrite.c
g_rtext.c Fix last known 'set but not used' warning by GCC 4.6.1. 2011-05-13 19:40:17 +00:00
g_scalar.c
g_template.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
g_text.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
g_toggle.c
g_traversal.c
g_vdial.c
g_vslider.c
g_vumeter.c
m_atom.c
m_binbuf.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
m_class.c
m_conf.c
m_fixed.c
m_fixed.h pdbox: Reverted premature commit of Coldfire optimization. 2010-06-04 21:32:14 +00:00
m_glob.c
m_imp.h
m_memory.c
m_obj.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
m_pd.c
m_pd.h Remove plugin-specific defines from the pdbox makefile, and add them to m_pd.h, which is the global pdbox header. This makes sure that the defines are set during depency generation so dependencies are correct. 2010-06-21 16:34:13 +00:00
m_sched.c pdbox: Code cleanup 2010-05-24 23:38:04 +00:00
makecostab.c Remove plugin-specific defines from the pdbox makefile, and add them to m_pd.h, which is the global pdbox header. This makes sure that the defines are set during depency generation so dependencies are correct. 2010-06-21 16:34:13 +00:00
s_audio.c
s_audio_rockbox.c Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
s_file.c
s_loader.c
s_path.c pdbox: avoid making own DEBUG clash with rockbox define 2010-07-11 16:46:49 +00:00
s_print.c
s_stuff.h
t_tk.h
x_acoustics.c
x_arithmetic.c
x_connective.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
x_interface.c
x_misc.c
x_net.c
x_qlist.c
x_time.c