diff options
Diffstat (limited to 'apps/codecs/vox.c')
-rw-r--r-- | apps/codecs/vox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/vox.c b/apps/codecs/vox.c index f306d8e1f1..21742e16d9 100644 --- a/apps/codecs/vox.c +++ b/apps/codecs/vox.c | |||
@@ -57,7 +57,7 @@ enum codec_status codec_main(void) | |||
57 | int offset = 0; | 57 | int offset = 0; |
58 | 58 | ||
59 | /* Generic codec initialisation */ | 59 | /* Generic codec initialisation */ |
60 | ci->configure(DSP_SET_SAMPLE_DEPTH, PCM_OUTPUT_DEPTH); | 60 | ci->configure(DSP_SET_SAMPLE_DEPTH, PCM_OUTPUT_DEPTH-1); |
61 | 61 | ||
62 | next_track: | 62 | next_track: |
63 | if (codec_init()) { | 63 | if (codec_init()) { |