forked from len0rd/rockbox
Fix small preprocessor goofup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13600 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2d48d0ffa6
commit
bcac36468f
1 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@ void play_waveform(void)
|
|||
rb->audio_stop();
|
||||
rb->sound_set(SOUND_VOLUME, rb->sound_default(SOUND_VOLUME));
|
||||
|
||||
#ifdef INPUT_SRC_CAPS != 0
|
||||
#if INPUT_SRC_CAPS != 0
|
||||
/* Select playback */
|
||||
rb->audio_set_input_source(AUDIO_SRC_PLAYBACK, SRCF_PLAYBACK);
|
||||
#endif
|
||||
|
@ -210,7 +210,7 @@ void play_waveform(void)
|
|||
|
||||
rb->pcm_set_frequency(rb->hw_freq_sampr[freq]);
|
||||
|
||||
#ifdef INPUT_SRC_CAPS != 0
|
||||
#if INPUT_SRC_CAPS != 0
|
||||
/* Recordable targets can play back from other sources */
|
||||
rb->audio_set_output_source(AUDIO_SRC_PLAYBACK);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue