summaryrefslogtreecommitdiff
path: root/apps/codecs/wav64.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/wav64.c')
-rw-r--r--apps/codecs/wav64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/wav64.c b/apps/codecs/wav64.c
index e607a86a96..bd2311cc8e 100644
--- a/apps/codecs/wav64.c
+++ b/apps/codecs/wav64.c
@@ -174,7 +174,7 @@ enum codec_status codec_main(void)
174 uint64_t size; 174 uint64_t size;
175 175
176 /* Generic codec initialisation */ 176 /* Generic codec initialisation */
177 ci->configure(DSP_SET_SAMPLE_DEPTH, 28); 177 ci->configure(DSP_SET_SAMPLE_DEPTH, PCM_OUTPUT_DEPTH);
178 178
179next_track: 179next_track:
180 if (codec_init()) { 180 if (codec_init()) {