summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/ape.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/ape.c')
-rw-r--r--lib/rbcodec/codecs/ape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/ape.c b/lib/rbcodec/codecs/ape.c
index ed6ea21685..577e7b65e2 100644
--- a/lib/rbcodec/codecs/ape.c
+++ b/lib/rbcodec/codecs/ape.c
@@ -200,7 +200,7 @@ enum codec_status codec_run(void)
200 (ape_ctx.seektablefilepos + 200 (ape_ctx.seektablefilepos +
201 ape_ctx.numseekpoints * sizeof(uint32_t))); 201 ape_ctx.numseekpoints * sizeof(uint32_t)));
202 202
203 ci->configure(DSP_SWITCH_FREQUENCY, ape_ctx.samplerate); 203 ci->configure(DSP_SET_FREQUENCY, ape_ctx.samplerate);
204 ci->configure(DSP_SET_STEREO_MODE, ape_ctx.channels == 1 ? 204 ci->configure(DSP_SET_STEREO_MODE, ape_ctx.channels == 1 ?
205 STEREO_MONO : STEREO_NONINTERLEAVED); 205 STEREO_MONO : STEREO_NONINTERLEAVED);
206 codec_set_replaygain(ci->id3); 206 codec_set_replaygain(ci->id3);