diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-player.h | 2 | ||||
-rw-r--r-- | firmware/export/id3.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index 94d5edf451..26a643f152 100644 --- a/firmware/export/config-player.h +++ b/firmware/export/config-player.h | |||
@@ -49,7 +49,7 @@ | |||
49 | 49 | ||
50 | /* Uncomment this if you want to enable ATA power-off control. | 50 | /* Uncomment this if you want to enable ATA power-off control. |
51 | * Attention, some players crash when ATA power-off is enabled! */ | 51 | * Attention, some players crash when ATA power-off is enabled! */ |
52 | //#define HAVE_ATA_POWER_OFF | 52 | #define HAVE_ATA_POWER_OFF |
53 | 53 | ||
54 | /* Define this if you control ata power player style | 54 | /* Define this if you control ata power player style |
55 | (with PB4, new player only) */ | 55 | (with PB4, new player only) */ |
diff --git a/firmware/export/id3.h b/firmware/export/id3.h index 8b2d02ea30..3145ee7225 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h | |||
@@ -49,6 +49,7 @@ enum | |||
49 | AFMT_WAVPACK, /* WavPack */ | 49 | AFMT_WAVPACK, /* WavPack */ |
50 | AFMT_ALAC, /* Apple Lossless Audio Codec */ | 50 | AFMT_ALAC, /* Apple Lossless Audio Codec */ |
51 | AFMT_AAC, /* Advanced Audio Coding (AAC) in M4A container */ | 51 | AFMT_AAC, /* Advanced Audio Coding (AAC) in M4A container */ |
52 | AFMT_MOD, /* MOD File Format */ | ||
52 | AFMT_SHN, /* Shorten */ | 53 | AFMT_SHN, /* Shorten */ |
53 | AFMT_SID, /* SID File Format */ | 54 | AFMT_SID, /* SID File Format */ |
54 | AFMT_ADX, /* ADX File Format */ | 55 | AFMT_ADX, /* ADX File Format */ |