forked from len0rd/rockbox
Oops - put back a different #ifdef
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11010 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
efbcc43720
commit
1ea743fa9d
1 changed files with 4 additions and 0 deletions
|
|
@ -844,7 +844,11 @@ bool recording_screen(bool no_source)
|
||||||
peak_meter_playback(true);
|
peak_meter_playback(true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if CONFIG_CODEC == SWCODEC
|
||||||
audio_init_recording(talk_get_bufsize());
|
audio_init_recording(talk_get_bufsize());
|
||||||
|
#else
|
||||||
|
audio_init_recording(0);
|
||||||
|
#endif
|
||||||
sound_set_volume(global_settings.volume);
|
sound_set_volume(global_settings.volume);
|
||||||
|
|
||||||
#ifdef HAVE_AGC
|
#ifdef HAVE_AGC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue