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:
Marcoen Hirschberg 2007-01-18 15:44:17 +00:00
parent 487e6a1d22
commit 9848bf6159

View file

@ -55,7 +55,7 @@
#define BUFMUL 2 #define BUFMUL 2
#define MIXBUFFERSIZE (SAMPLECOUNT*BUFMUL) #define MIXBUFFERSIZE (SAMPLECOUNT*BUFMUL)
#if defined(HAVE_TLV320) || defined(HAVE_UDA1380) #ifdef HW_HAVE_11
#define SAMPLERATE 11025 // 44100 22050 11025 #define SAMPLERATE 11025 // 44100 22050 11025
#else #else
#define SAMPLERATE 44100 // 44100 22050 11025 #define SAMPLERATE 44100 // 44100 22050 11025