mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
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
This commit is contained in:
parent
b15a523870
commit
c3eca575b6
1 changed files with 4 additions and 0 deletions
|
|
@ -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") \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue