summaryrefslogtreecommitdiff
path: root/apps/codecs/au.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/au.c')
-rw-r--r--apps/codecs/au.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/au.c b/apps/codecs/au.c
index 924b29088d..0f4da3d3bb 100644
--- a/apps/codecs/au.c
+++ b/apps/codecs/au.c
@@ -138,7 +138,7 @@ enum codec_status codec_main(void)
138 int offset = 0; 138 int offset = 0;
139 139
140 /* Generic codec initialisation */ 140 /* Generic codec initialisation */
141 ci->configure(DSP_SET_SAMPLE_DEPTH, 28); 141 ci->configure(DSP_SET_SAMPLE_DEPTH, PCM_OUTPUT_DEPTH);
142 142
143next_track: 143next_track:
144 if (codec_init()) { 144 if (codec_init()) {