summaryrefslogtreecommitdiff
path: root/firmware/export/id3.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/id3.h')
-rw-r--r--firmware/export/id3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 348b17e191..abb354b233 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -119,8 +119,8 @@ struct mp3entry {
119 /* replaygain support */ 119 /* replaygain support */
120 120
121#if CONFIG_HWCODEC == MASNONE 121#if CONFIG_HWCODEC == MASNONE
122 char* track_gain_str; 122 char* track_gain_string;
123 char* album_gain_str; 123 char* album_gain_string;
124 long track_gain; /* 7.24 signed fixed point. 0 for no gain. */ 124 long track_gain; /* 7.24 signed fixed point. 0 for no gain. */
125 long album_gain; 125 long album_gain;
126 long track_peak; /* 7.24 signed fixed point. 0 for no peak. */ 126 long track_peak; /* 7.24 signed fixed point. 0 for no peak. */