summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 9cd82de9b6..ca88b5f5e3 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -3303,6 +3303,7 @@ static void audio_play_start(size_t offset)
3303{ 3303{
3304#if INPUT_SRC_CAPS != 0 3304#if INPUT_SRC_CAPS != 0
3305 audio_set_input_source(AUDIO_SRC_PLAYBACK, SRCF_PLAYBACK); 3305 audio_set_input_source(AUDIO_SRC_PLAYBACK, SRCF_PLAYBACK);
3306 audio_set_output_source(AUDIO_SRC_PLAYBACK);
3306#endif 3307#endif
3307 3308
3308 /* Wait for any previously playing audio to flush - TODO: Not necessary? */ 3309 /* Wait for any previously playing audio to flush - TODO: Not necessary? */