summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index e4480de..a1a68af 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -713,6 +713,12 @@ static const struct plugin_api rockbox_api = {
#ifdef HAVE_LCD_BITMAP
is_diacritic,
#endif
+
+#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \
+ (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN))
+ round_value_to_list32,
+#endif
+
};
int plugin_load(const char* plugin, const void* parameter)