summaryrefslogtreecommitdiffstats
path: root/firmware/export/pcm_sampr.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-06-26 10:17:18 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-06-26 10:17:18 +0000
commitc3eca575b637201658dc7a1222c17b144d19686d (patch)
tree004490fd7011f480f33c978ed3d0a23e52c619fa /firmware/export/pcm_sampr.h
parentb15a523870d6aa45b38b92547053beb986b92d9a (diff)
downloadrockbox-c3eca575b637201658dc7a1222c17b144d19686d.tar.gz
rockbox-c3eca575b637201658dc7a1222c17b144d19686d.zip
Fix red. Thought I had REC_SAMPR_DEFAULT covered if not otherwise specified as different than 44.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27140 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/pcm_sampr.h')
-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
#define REC_FREQ_DEFAULT REC_FREQ_44
#endif
+#ifndef REC_SAMPR_DEFAULT
+#define REC_SAMPR_DEFAULT SAMPR_44
+#endif
+
#define REC_FREQ_CFG_VAL_LIST &REC_HAVE_96_(",96") REC_HAVE_88_(",88") \
REC_HAVE_64_(",64") REC_HAVE_48_(",48") \
REC_HAVE_44_(",44") REC_HAVE_32_(",32") \