summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl')
-rw-r--r--apps/plugins/sdl/include/SDL_config_rockbox.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/plugins/sdl/include/SDL_config_rockbox.h b/apps/plugins/sdl/include/SDL_config_rockbox.h
index 40bd7fe177..91183ebf88 100644
--- a/apps/plugins/sdl/include/SDL_config_rockbox.h
+++ b/apps/plugins/sdl/include/SDL_config_rockbox.h
@@ -47,11 +47,7 @@
47#ifdef SIMULATOR 47#ifdef SIMULATOR
48#define RB_SAMPR SAMPR_44 48#define RB_SAMPR SAMPR_44
49#else 49#else
50#if HW_SAMPR_CAPS & SAMPR_CAP_22 50#define RB_SAMPR HW_SAMPR_MIN_GE_22 /* Min HW rate at least 22KHz */
51#define RB_SAMPR SAMPR_22
52#else
53#define RB_SAMPR HW_SAMPR_MIN
54#endif
55#endif 51#endif
56 52
57/* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */ 53/* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */