summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.h')
-rw-r--r--apps/recorder/recording.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/recording.h b/apps/recorder/recording.h
index 3ca1f35834..50a73856cf 100644
--- a/apps/recorder/recording.h
+++ b/apps/recorder/recording.h
@@ -29,7 +29,7 @@ int rec_create_directory(void);
29extern bool recording_start_automatic; 29extern bool recording_start_automatic;
30 30
31#if CONFIG_CODEC == SWCODEC 31#if CONFIG_CODEC == SWCODEC
32/* handles device powerup and sets audio source */ 32/* handles device powerup, sets audio source and peakmeter mode */
33void rec_set_source(int source, unsigned flags); 33void rec_set_source(int source, unsigned flags);
34#endif /* CONFIG_CODEC == SW_CODEC */ 34#endif /* CONFIG_CODEC == SW_CODEC */
35 35
@@ -47,4 +47,4 @@ void rec_record(void);
47/* creates unique filename and starts recording */ 47/* creates unique filename and starts recording */
48void rec_new_file(void); 48void rec_new_file(void);
49 49
50#endif 50#endif /* RECORDING_H */