summaryrefslogtreecommitdiff
path: root/apps/codecs/mpa.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/mpa.c')
-rw-r--r--apps/codecs/mpa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/mpa.c b/apps/codecs/mpa.c
index ff6090e189..94947a9d1c 100644
--- a/apps/codecs/mpa.c
+++ b/apps/codecs/mpa.c
@@ -110,7 +110,7 @@ next_track:
110 while (!*ci->taginfo_ready && !ci->stop_codec) 110 while (!*ci->taginfo_ready && !ci->stop_codec)
111 ci->sleep(1); 111 ci->sleep(1);
112 112
113 ci->configure(DSP_SET_FREQUENCY, (int *)ci->id3->frequency); 113 ci->configure(DSP_SWITCH_FREQUENCY, (int *)ci->id3->frequency);
114 current_frequency = ci->id3->frequency; 114 current_frequency = ci->id3->frequency;
115 codec_set_replaygain(ci->id3); 115 codec_set_replaygain(ci->id3);
116 116