summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/vox.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/vox.c')
-rw-r--r--lib/rbcodec/codecs/vox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/vox.c b/lib/rbcodec/codecs/vox.c
index 279d003162..66979e2911 100644
--- a/lib/rbcodec/codecs/vox.c
+++ b/lib/rbcodec/codecs/vox.c
@@ -119,7 +119,7 @@ enum codec_status codec_run(void)
119 return CODEC_ERROR; 119 return CODEC_ERROR;
120 } 120 }
121 121
122 ci->configure(DSP_SWITCH_FREQUENCY, ci->id3->frequency); 122 ci->configure(DSP_SET_FREQUENCY, ci->id3->frequency);
123 ci->configure(DSP_SET_STEREO_MODE, STEREO_MONO); 123 ci->configure(DSP_SET_STEREO_MODE, STEREO_MONO);
124 124
125 /* make sure we're at the correct offset */ 125 /* make sure we're at the correct offset */