summaryrefslogtreecommitdiff
path: root/apps/codecs/wmapro.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/wmapro.c')
-rw-r--r--apps/codecs/wmapro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/wmapro.c b/apps/codecs/wmapro.c
index 9e03555917..a31e63d79f 100644
--- a/apps/codecs/wmapro.c
+++ b/apps/codecs/wmapro.c
@@ -66,7 +66,7 @@ enum codec_status codec_main(void)
66 int pktcnt = 0; /* Count of the packets played */ 66 int pktcnt = 0; /* Count of the packets played */
67 67
68 /* Generic codec initialisation */ 68 /* Generic codec initialisation */
69 ci->configure(DSP_SET_SAMPLE_DEPTH, 32); 69 ci->configure(DSP_SET_SAMPLE_DEPTH, 17);
70 70
71 71
72next_track: 72next_track: