summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index a63e5cd6ee..79ecae9a1f 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -349,11 +349,12 @@ static const struct plugin_api rockbox_api = {
349 pcm_stop_recording, 349 pcm_stop_recording,
350 pcm_calculate_rec_peaks, 350 pcm_calculate_rec_peaks,
351 audio_set_recording_gain, 351 audio_set_recording_gain,
352 audio_set_output_source,
353 rec_set_source,
354#endif /* HAVE_RECORDING */ 352#endif /* HAVE_RECORDING */
355 353#if INPUT_SRC_CAPS != 0
354 audio_set_output_source,
355 audio_set_input_source,
356#endif 356#endif
357#endif /* CONFIG_CODEC == SWCODEC */
357 358
358 /* playback control */ 359 /* playback control */
359 playlist_amount, 360 playlist_amount,