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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/adx.c b/apps/codecs/adx.c
index 902f3ce06b..803600b23e 100644
--- a/apps/codecs/adx.c
+++ b/apps/codecs/adx.c
@@ -161,7 +161,7 @@ next_track:
161 bufoff = chanstart; 161 bufoff = chanstart;
162 162
163 /* setup pcm buffer format */ 163 /* setup pcm buffer format */
164 ci->configure(DSP_SET_FREQUENCY, (long *)(ci->id3->frequency)); 164 ci->configure(DSP_SWITCH_FREQUENCY, (long *)(ci->id3->frequency));
165 if (channels == 2) { 165 if (channels == 2) {
166 ci->configure(DSP_SET_STEREO_MODE, (long *)STEREO_INTERLEAVED); 166 ci->configure(DSP_SET_STEREO_MODE, (long *)STEREO_INTERLEAVED);
167 } else if (channels == 1) { 167 } else if (channels == 1) {