summaryrefslogtreecommitdiff
path: root/firmware/export/id3.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/id3.h')
-rw-r--r--firmware/export/id3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 3d24e2006e..b099aed716 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -78,6 +78,7 @@ enum rec_format_indexes
78 /* start formats */ 78 /* start formats */
79 79
80 REC_FORMAT_PCM_WAV, 80 REC_FORMAT_PCM_WAV,
81 REC_FORMAT_AIFF,
81 REC_FORMAT_WAVPACK, 82 REC_FORMAT_WAVPACK,
82 REC_FORMAT_MPA_L3, 83 REC_FORMAT_MPA_L3,
83 84
@@ -93,7 +94,7 @@ enum rec_format_indexes
93 REC_FORMAT_CFG_NUM_BITS = 2 94 REC_FORMAT_CFG_NUM_BITS = 2
94}; 95};
95 96
96#define REC_FORMAT_CFG_VAL_LIST "wave,wvpk,mpa3" 97#define REC_FORMAT_CFG_VAL_LIST "aiff,wave,wvpk,mpa3"
97 98
98/* get REC_FORMAT_* corresponding AFMT_* */ 99/* get REC_FORMAT_* corresponding AFMT_* */
99extern const int rec_format_afmt[REC_NUM_FORMATS]; 100extern const int rec_format_afmt[REC_NUM_FORMATS];