summaryrefslogtreecommitdiff
path: root/firmware/export/pcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcm.h')
-rw-r--r--firmware/export/pcm.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h
index fb6581b119..40d5afc0ba 100644
--- a/firmware/export/pcm.h
+++ b/firmware/export/pcm.h
@@ -28,25 +28,6 @@
28#define DMA_REC_ERROR_SPDIF (-2) 28#define DMA_REC_ERROR_SPDIF (-2)
29#endif 29#endif
30 30
31/** Warnings **/
32/* pcm (dma) buffer has overflowed */
33#define PCMREC_W_PCM_BUFFER_OVF 0x00000001
34/* encoder output buffer has overflowed */
35#define PCMREC_W_ENC_BUFFER_OVF 0x00000002
36/** Errors **/
37/* failed to load encoder */
38#define PCMREC_E_LOAD_ENCODER 0x80001000
39/* error originating in encoder */
40#define PCMREC_E_ENCODER 0x80002000
41/* filename queue has desynced from stream markers */
42#define PCMREC_E_FNQ_DESYNC 0x80004000
43/* I/O error has occurred */
44#define PCMREC_E_IO 0x80008000
45#ifdef DEBUG
46/* encoder has written past end of allocated space */
47#define PCMREC_E_CHUNK_OVF 0x80010000
48#endif /* DEBUG */
49
50/** RAW PCM routines used with playback and recording **/ 31/** RAW PCM routines used with playback and recording **/
51 32
52/* Typedef for registered callbacks */ 33/* Typedef for registered callbacks */