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, 2 insertions, 0 deletions
diff --git a/apps/codecs/adx.c b/apps/codecs/adx.c
index 19d8110da6..337e07e721 100644
--- a/apps/codecs/adx.c
+++ b/apps/codecs/adx.c
@@ -70,6 +70,8 @@ next_track:
70 /* wait for track info to load */ 70 /* wait for track info to load */
71 while (!*ci->taginfo_ready && !ci->stop_codec) 71 while (!*ci->taginfo_ready && !ci->stop_codec)
72 ci->sleep(1); 72 ci->sleep(1);
73
74 codec_set_replaygain(ci->id3);
73 75
74 /* Read the entire file (or as much as possible) */ 76 /* Read the entire file (or as much as possible) */
75 DEBUGF("ADX: request initial buffer\n"); 77 DEBUGF("ADX: request initial buffer\n");