summaryrefslogtreecommitdiff
path: root/firmware/id3.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/id3.c')
-rw-r--r--firmware/id3.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/id3.c b/firmware/id3.c
index bdcf8e526b..0547bed3af 100644
--- a/firmware/id3.c
+++ b/firmware/id3.c
@@ -104,6 +104,9 @@ const struct afmt_entry audio_formats[AFMT_NUM_CODECS] =
104 /* Speex File Format */ 104 /* Speex File Format */
105 [AFMT_SPEEX] = 105 [AFMT_SPEEX] =
106 AFMT_ENTRY("Speex","speex", NULL, "spx\0" ), 106 AFMT_ENTRY("Speex","speex", NULL, "spx\0" ),
107 /* SPC700 Save State */
108 [AFMT_SPC] =
109 AFMT_ENTRY("SPC", "spc", NULL, "spc\0" ),
107#endif 110#endif
108}; 111};
109 112