summaryrefslogtreecommitdiff
path: root/apps/codecs/a52.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/a52.c')
-rw-r--r--apps/codecs/a52.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/a52.c b/apps/codecs/a52.c
index 23f5067d47..b2229d4c49 100644
--- a/apps/codecs/a52.c
+++ b/apps/codecs/a52.c
@@ -134,8 +134,9 @@ next_track:
134 134
135 while (!ci->taginfo_ready) 135 while (!ci->taginfo_ready)
136 ci->yield(); 136 ci->yield();
137 137
138 ci->configure(DSP_SWITCH_FREQUENCY, ci->id3->frequency); 138 ci->configure(DSP_SWITCH_FREQUENCY, ci->id3->frequency);
139 codec_set_replaygain(ci->id3);
139 140
140 /* Intialise the A52 decoder and check for success */ 141 /* Intialise the A52 decoder and check for success */
141 state = a52_init(0); 142 state = a52_init(0);