Stop sounds when suspended (#11553)
* fix stopping audio on suspend vs. startup sound * trim firmware size * fix stuck audio on startup (ARM)
This commit is contained in:
parent
db11a2a1fd
commit
ae4ee7553a
7 changed files with 56 additions and 4 deletions
|
@ -83,6 +83,7 @@ void increase_tempo(uint8_t tempo_change);
|
|||
void decrease_tempo(uint8_t tempo_change);
|
||||
|
||||
void audio_init(void);
|
||||
void audio_startup(void);
|
||||
|
||||
#ifdef PWM_AUDIO
|
||||
void play_sample(uint8_t* s, uint16_t l, bool r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue