summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/test_codec.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 7adaa8e..2d0f610 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -891,7 +891,11 @@ menu:
scandir = 0;
if ((checksum = (result == CHECKSUM || result == CHECKSUM_DIR)))
+#ifdef HAVE_ADJUSTABLE_CPU_FREQ
+ result -= 7;
+#else
result -= 6;
+#endif
if ((use_dsp = ((result >= SPEED_TEST_WITH_DSP)
&& (result <= WRITE_WAV_WITH_DSP)))) {