summaryrefslogtreecommitdiff
path: root/firmware/export/pcm_record.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcm_record.h')
-rw-r--r--firmware/export/pcm_record.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/pcm_record.h b/firmware/export/pcm_record.h
index 639ad7c97d..84db80680d 100644
--- a/firmware/export/pcm_record.h
+++ b/firmware/export/pcm_record.h
@@ -24,9 +24,6 @@
24#ifdef HAVE_SPDIF_IN 24#ifdef HAVE_SPDIF_IN
25#define DMA_REC_ERROR_SPDIF ((size_t)-2) 25#define DMA_REC_ERROR_SPDIF ((size_t)-2)
26#endif 26#endif
27/* Use AUDIO_SRC_* enumeration values */
28void pcm_set_monitor(int monitor);
29void pcm_set_rec_source(int source);
30 27
31/** 28/**
32 * RAW pcm data recording 29 * RAW pcm data recording
@@ -55,7 +52,6 @@ void pcm_calculate_rec_peaks(int *left, int *right);
55 results for consistency with the hardware codec version */ 52 results for consistency with the hardware codec version */
56/* unsigned long pcm_rec_status(void); */ 53/* unsigned long pcm_rec_status(void); */
57void pcm_rec_init(void); 54void pcm_rec_init(void);
58void pcm_rec_mux(int source);
59int pcm_rec_current_bitrate(void); 55int pcm_rec_current_bitrate(void);
60int pcm_rec_encoder_afmt(void); /* AFMT_* value, AFMT_UNKNOWN if none */ 56int pcm_rec_encoder_afmt(void); /* AFMT_* value, AFMT_UNKNOWN if none */
61int pcm_rec_rec_format(void); /* Format index or -1 otherwise */ 57int pcm_rec_rec_format(void); /* Format index or -1 otherwise */