diff options
-rw-r--r-- | apps/plugins/test_codec.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 7adaa8ea1c..2d0f610d88 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c | |||
@@ -891,7 +891,11 @@ menu: | |||
891 | scandir = 0; | 891 | scandir = 0; |
892 | 892 | ||
893 | if ((checksum = (result == CHECKSUM || result == CHECKSUM_DIR))) | 893 | if ((checksum = (result == CHECKSUM || result == CHECKSUM_DIR))) |
894 | #ifdef HAVE_ADJUSTABLE_CPU_FREQ | ||
895 | result -= 7; | ||
896 | #else | ||
894 | result -= 6; | 897 | result -= 6; |
898 | #endif | ||
895 | 899 | ||
896 | if ((use_dsp = ((result >= SPEED_TEST_WITH_DSP) | 900 | if ((use_dsp = ((result >= SPEED_TEST_WITH_DSP) |
897 | && (result <= WRITE_WAV_WITH_DSP)))) { | 901 | && (result <= WRITE_WAV_WITH_DSP)))) { |