diff options
Diffstat (limited to 'apps/codecs/wmapro.c')
| -rw-r--r-- | apps/codecs/wmapro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/wmapro.c b/apps/codecs/wmapro.c index 9e03555..a31e63d 100644 --- a/apps/codecs/wmapro.c +++ b/apps/codecs/wmapro.c @@ -66,7 +66,7 @@ enum codec_status codec_main(void) int pktcnt = 0; /* Count of the packets played */ /* Generic codec initialisation */ - ci->configure(DSP_SET_SAMPLE_DEPTH, 32); + ci->configure(DSP_SET_SAMPLE_DEPTH, 17); next_track: |