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 390dd19846..0be45b035a 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -1709,6 +1709,7 @@ static void audio_play_start(size_t offset)
1709{ 1709{
1710 int i; 1710 int i;
1711 1711
1712 send_event(PLAYBACK_EVENT_START_PLAYBACK, NULL);
1712#if INPUT_SRC_CAPS != 0 1713#if INPUT_SRC_CAPS != 0
1713 audio_set_input_source(AUDIO_SRC_PLAYBACK, SRCF_PLAYBACK); 1714 audio_set_input_source(AUDIO_SRC_PLAYBACK, SRCF_PLAYBACK);
1714 audio_set_output_source(AUDIO_SRC_PLAYBACK); 1715 audio_set_output_source(AUDIO_SRC_PLAYBACK);