summaryrefslogtreecommitdiff
path: root/apps/codecs/spc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/spc.c')
-rw-r--r--apps/codecs/spc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/spc.c b/apps/codecs/spc.c
index 8d621dd677..12b236c53d 100644
--- a/apps/codecs/spc.c
+++ b/apps/codecs/spc.c
@@ -829,6 +829,8 @@ enum codec_status codec_main(void)
829 while (!*ci->taginfo_ready && !ci->stop_codec) 829 while (!*ci->taginfo_ready && !ci->stop_codec)
830 ci->sleep(1); 830 ci->sleep(1);
831 831
832 codec_set_replaygain(ci->id3);
833
832 /* Read the entire file */ 834 /* Read the entire file */
833 DEBUGF("SPC: request initial buffer\n"); 835 DEBUGF("SPC: request initial buffer\n");
834 ci->configure(CODEC_SET_FILEBUF_WATERMARK, ci->filesize); 836 ci->configure(CODEC_SET_FILEBUF_WATERMARK, ci->filesize);