diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-07-15 19:40:55 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-24 21:20:13 +0000 |
commit | 092c340a2062fa98b7387fc5fd63578ddae7d0b6 (patch) | |
tree | 98ec96946eeb2ae709cb0528cc6998e21bb9b290 /firmware/export/mp3_playback.h | |
parent | 17f7cc92c258bc456a27c3e7c5a19c9409851879 (diff) | |
download | rockbox-092c340a2062fa98b7387fc5fd63578ddae7d0b6.tar.gz rockbox-092c340a2062fa98b7387fc5fd63578ddae7d0b6.zip |
[1/4] Remove SH support and all archos targets
This removes all code specific to SH targets
Change-Id: I7980523785d2596e65c06430f4638eec74a06061
Diffstat (limited to 'firmware/export/mp3_playback.h')
-rw-r--r-- | firmware/export/mp3_playback.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/firmware/export/mp3_playback.h b/firmware/export/mp3_playback.h index 7434021611..51efb45651 100644 --- a/firmware/export/mp3_playback.h +++ b/firmware/export/mp3_playback.h | |||
@@ -39,15 +39,6 @@ void mp3_init(int volume, int bass, int treble, int balance, int loudness, | |||
39 | int mdb_center, int mdb_shape, bool mdb_enable, | 39 | int mdb_center, int mdb_shape, bool mdb_enable, |
40 | bool superbass); | 40 | bool superbass); |
41 | 41 | ||
42 | /* exported just for mpeg.c, to keep the recording there */ | ||
43 | #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) | ||
44 | void demand_irq_enable(bool on); | ||
45 | #endif | ||
46 | |||
47 | /* new functions, exported to plugin API */ | ||
48 | #if CONFIG_CODEC == MAS3587F | ||
49 | void mp3_play_init(void); | ||
50 | #endif | ||
51 | void mp3_play_data(const void* start, size_t size, | 42 | void mp3_play_data(const void* start, size_t size, |
52 | mp3_play_callback_t get_more); | 43 | mp3_play_callback_t get_more); |
53 | void mp3_play_pause(bool play); | 44 | void mp3_play_pause(bool play); |