summaryrefslogtreecommitdiff
path: root/apps/codecs/adx.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/adx.c')
-rw-r--r--apps/codecs/adx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/adx.c b/apps/codecs/adx.c
index bf339675c7..715df579d7 100644
--- a/apps/codecs/adx.c
+++ b/apps/codecs/adx.c
@@ -55,7 +55,6 @@ enum codec_status codec_main(void)
55 /* Generic codec initialisation */ 55 /* Generic codec initialisation */
56 /* we only render 16 bits */ 56 /* we only render 16 bits */
57 ci->configure(DSP_SET_SAMPLE_DEPTH, 16); 57 ci->configure(DSP_SET_SAMPLE_DEPTH, 16);
58 /*ci->configure(CODEC_SET_FILEBUF_CHUNKSIZE, 1024*256);*/
59 58
60next_track: 59next_track:
61 DEBUGF("ADX: next_track\n"); 60 DEBUGF("ADX: next_track\n");