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.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/apps/recorder/recording.h b/apps/recorder/recording.h
index a977efa749..a67337b9b6 100644
--- a/apps/recorder/recording.h
+++ b/apps/recorder/recording.h
@@ -24,14 +24,7 @@ char *rec_create_filename(char *buf);
24int rec_create_directory(void); 24int rec_create_directory(void);
25 25
26#if CONFIG_CODEC == SWCODEC 26#if CONFIG_CODEC == SWCODEC
27/* selects an audio source for recording or playback */ 27/* handles device powerup and sets audio source */
28#define SRCF_PLAYBACK 0x0000 /* default */
29#define SRCF_RECORDING 0x1000
30#ifdef CONFIG_TUNER
31/* for AUDIO_SRC_FMRADIO */
32#define SRCF_FMRADIO_PLAYING 0x0000 /* default */
33#define SRCF_FMRADIO_PAUSED 0x2000
34#endif
35void rec_set_source(int source, unsigned flags); 28void rec_set_source(int source, unsigned flags);
36#endif /* CONFIG_CODEC == SW_CODEC */ 29#endif /* CONFIG_CODEC == SW_CODEC */
37 30