summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 2c8b328fe1..bc6adffab2 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -448,11 +448,12 @@ struct plugin_api {
448 void (*pcm_stop_recording)(void); 448 void (*pcm_stop_recording)(void);
449 void (*pcm_calculate_rec_peaks)(int *left, int *right); 449 void (*pcm_calculate_rec_peaks)(int *left, int *right);
450 void (*audio_set_recording_gain)(int left, int right, int type); 450 void (*audio_set_recording_gain)(int left, int right, int type);
451 void (*audio_set_output_source)(int monitor);
452 void (*rec_set_source)(int source, unsigned flags);
453#endif /* HAVE_RECORDING */ 451#endif /* HAVE_RECORDING */
454 452#if INPUT_SRC_CAPS != 0
453 void (*audio_set_output_source)(int monitor);
454 void (*audio_set_input_source)(int source, unsigned flags);
455#endif 455#endif
456#endif /* CONFIG_CODEC == SWCODC */
456 457
457 /* playback control */ 458 /* playback control */
458 int (*playlist_amount)(void); 459 int (*playlist_amount)(void);