diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2006-11-24 20:10:32 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2006-11-24 20:10:32 +0000 |
commit | dda538a7f3be7dab252e7383e9ff9fb19754acb3 (patch) | |
tree | a0e410efe6a1191f4cfd5840aa1ac5c1eb4b942e | |
parent | 0729b928ce14eafc09efe484bf19df2346880159 (diff) | |
download | rockbox-dda538a7f3be7dab252e7383e9ff9fb19754acb3.tar.gz rockbox-dda538a7f3be7dab252e7383e9ff9fb19754acb3.zip |
Recording, SWCODEC: Put config value string in the wrong order.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11584 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/export/id3.h | 2 |
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 REC_FORMAT_CFG_NUM_BITS = 2 }; -#define REC_FORMAT_CFG_VAL_LIST "aiff,wave,wvpk,mpa3" +#define REC_FORMAT_CFG_VAL_LIST "wave,aiff,wvpk,mpa3" /* get REC_FORMAT_* corresponding AFMT_* */ extern const int rec_format_afmt[REC_NUM_FORMATS]; |