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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index b099aed716..23f554df44 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -94,7 +94,7 @@ enum rec_format_indexes
94 REC_FORMAT_CFG_NUM_BITS = 2 94 REC_FORMAT_CFG_NUM_BITS = 2
95}; 95};
96 96
97#define REC_FORMAT_CFG_VAL_LIST "aiff,wave,wvpk,mpa3" 97#define REC_FORMAT_CFG_VAL_LIST "wave,aiff,wvpk,mpa3"
98 98
99/* get REC_FORMAT_* corresponding AFMT_* */ 99/* get REC_FORMAT_* corresponding AFMT_* */
100extern const int rec_format_afmt[REC_NUM_FORMATS]; 100extern const int rec_format_afmt[REC_NUM_FORMATS];