forked from len0rd/rockbox
mpegplayer: oops, added an IRAM init/buffer get order switch that should have been reversed before committing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13120 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dcf6bd23f3
commit
5f1abee2dc
1 changed files with 2 additions and 1 deletions
|
@ -1566,11 +1566,12 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
|||
}
|
||||
|
||||
/* Initialize IRAM - stops audio and voice as well */
|
||||
audiobuf = api->plugin_get_audio_buffer(&audiosize);
|
||||
PLUGIN_IRAM_INIT(api)
|
||||
|
||||
rb = api;
|
||||
|
||||
audiobuf = rb->plugin_get_audio_buffer(&audiosize);
|
||||
|
||||
/* Set disk pointers to NULL */
|
||||
disk_buf_end = disk_buf = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue