forked from len0rd/rockbox
Reset sample rate correctly after MIDI playback
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12763 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5ce3977911
commit
18b84eeb51
1 changed files with 1 additions and 3 deletions
|
@ -146,10 +146,8 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
||||||
rb->profstop();
|
rb->profstop();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#ifndef SIMULATOR
|
|
||||||
rb->pcm_play_stop();
|
rb->pcm_play_stop();
|
||||||
rb->pcm_set_frequency(SAMPLE_RATE); // 44100
|
rb->pcm_set_frequency(HW_SAMPR_DEFAULT);
|
||||||
//#endif
|
|
||||||
|
|
||||||
#if defined(HAVE_ADJUSTABLE_CPU_FREQ)
|
#if defined(HAVE_ADJUSTABLE_CPU_FREQ)
|
||||||
rb->cpu_boost(false);
|
rb->cpu_boost(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue