summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/pcm_sampr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/pcm_sampr.h b/firmware/export/pcm_sampr.h
index 54db8a1dfb..c46e3ea9e2 100644
--- a/firmware/export/pcm_sampr.h
+++ b/firmware/export/pcm_sampr.h
@@ -301,6 +301,10 @@ enum rec_freq_indexes
301#define REC_FREQ_DEFAULT REC_FREQ_44 301#define REC_FREQ_DEFAULT REC_FREQ_44
302#endif 302#endif
303 303
304#ifndef REC_SAMPR_DEFAULT
305#define REC_SAMPR_DEFAULT SAMPR_44
306#endif
307
304#define REC_FREQ_CFG_VAL_LIST &REC_HAVE_96_(",96") REC_HAVE_88_(",88") \ 308#define REC_FREQ_CFG_VAL_LIST &REC_HAVE_96_(",96") REC_HAVE_88_(",88") \
305 REC_HAVE_64_(",64") REC_HAVE_48_(",48") \ 309 REC_HAVE_64_(",64") REC_HAVE_48_(",48") \
306 REC_HAVE_44_(",44") REC_HAVE_32_(",32") \ 310 REC_HAVE_44_(",44") REC_HAVE_32_(",32") \