use 11025Hz on all players that support it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12067 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
487e6a1d22
commit
9848bf6159
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
#define BUFMUL 2
|
||||
#define MIXBUFFERSIZE (SAMPLECOUNT*BUFMUL)
|
||||
|
||||
#if defined(HAVE_TLV320) || defined(HAVE_UDA1380)
|
||||
#ifdef HW_HAVE_11
|
||||
#define SAMPLERATE 11025 // 44100 22050 11025
|
||||
#else
|
||||
#define SAMPLERATE 44100 // 44100 22050 11025
|
||||
|
|
Loading…
Reference in a new issue