[1/4] Remove SH support and all archos targets

This removes all code specific to SH targets

Change-Id: I7980523785d2596e65c06430f4638eec74a06061
This commit is contained in:
Solomon Peachy 2020-07-15 19:40:55 -04:00
parent 17f7cc92c2
commit 092c340a20
384 changed files with 648 additions and 43225 deletions

View file

@ -43,8 +43,6 @@ void audio_set_buffer_margin(int seconds)
(void)seconds;
}
/* firmware/target/sh/archos/audio-archos.c */
/* list of tracks in memory */
#define MAX_ID3_TAGS (1<<4) /* Must be power of 2 */
#define MAX_ID3_TAGS_MASK (MAX_ID3_TAGS - 1)
@ -104,48 +102,6 @@ void mp3_shutdown(void)
{
}
/* firmware/drivers/audio/mas35xx.c */
#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
void audiohw_set_loudness(int value)
{
(void)value;
}
void audiohw_set_avc(int value)
{
(void)value;
}
void audiohw_set_mdb_strength(int value)
{
(void)value;
}
void audiohw_set_mdb_harmonics(int value)
{
(void)value;
}
void audiohw_set_mdb_center(int value)
{
(void)value;
}
void audiohw_set_mdb_shape(int value)
{
(void)value;
}
void audiohw_set_mdb_enable(int value)
{
(void)value;
}
void audiohw_set_superbass(int value)
{
(void)value;
}
#endif /* (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) */
#endif /* CODEC != SWCODEC */
int fat_startsector(void)
@ -311,14 +267,6 @@ bool spdif_powered(void)
}
#endif
#ifdef ARCHOS_PLAYER
bool is_new_player(void)
{
extern char having_new_lcd;
return having_new_lcd;
}
#endif
#ifdef HAVE_USB_POWER
bool usb_powered_only(void)
{