summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2007-01-18 15:44:17 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2007-01-18 15:44:17 +0000
commit9848bf6159cc184878c89364731fbb07f669eb21 (patch)
tree00e11025929891fe87c2f78a957763ecf0c17412
parent487e6a1d22eb51b18c031c88d28a7e3828f068d9 (diff)
downloadrockbox-9848bf6159cc184878c89364731fbb07f669eb21.tar.gz
rockbox-9848bf6159cc184878c89364731fbb07f669eb21.zip
use 11025Hz on all players that support it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12067 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/doom/i_sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/i_sound.c b/apps/plugins/doom/i_sound.c
index 34e838287e..d79f7a132b 100644
--- a/apps/plugins/doom/i_sound.c
+++ b/apps/plugins/doom/i_sound.c
@@ -55,7 +55,7 @@
55#define BUFMUL 2 55#define BUFMUL 2
56#define MIXBUFFERSIZE (SAMPLECOUNT*BUFMUL) 56#define MIXBUFFERSIZE (SAMPLECOUNT*BUFMUL)
57 57
58#if defined(HAVE_TLV320) || defined(HAVE_UDA1380) 58#ifdef HW_HAVE_11
59#define SAMPLERATE 11025 // 44100 22050 11025 59#define SAMPLERATE 11025 // 44100 22050 11025
60#else 60#else
61#define SAMPLERATE 44100 // 44100 22050 11025 61#define SAMPLERATE 44100 // 44100 22050 11025