mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Renaming for the sake of consistency.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29846 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0b59079dd2
commit
1ee4e89627
3 changed files with 3 additions and 3 deletions
|
@ -407,7 +407,7 @@ void codec_init_codec_api(void)
|
|||
{
|
||||
ci.dsp = (struct dsp_config *)dsp_configure(NULL, DSP_MYDSP,
|
||||
CODEC_IDX_AUDIO);
|
||||
ci.codec_get_buffer = codeclib_get_buffer;
|
||||
ci.codec_get_buffer = codec_get_buffer_callback;
|
||||
ci.pcmbuf_insert = codec_pcmbuf_insert_callback;
|
||||
ci.set_elapsed = audio_codec_update_elapsed;
|
||||
ci.read_filebuf = codec_filebuf_callback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue