From 4597ebe24b5300f9e0009ae5a4e08a0527214e94 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 10 Jun 2007 02:10:47 +0000 Subject: Plugins that play sound must be sure to set inputs and outputs on audio muxed targets. Add strict adherence to the interface protocols. Make sure playback sets the playback output as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13604 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/playback.c') 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) { #if INPUT_SRC_CAPS != 0 audio_set_input_source(AUDIO_SRC_PLAYBACK, SRCF_PLAYBACK); + audio_set_output_source(AUDIO_SRC_PLAYBACK); #endif /* Wait for any previously playing audio to flush - TODO: Not necessary? */ -- cgit v1.2.3