[Audio] Add support for audio shutdown pin (#22731)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Drashna Jaelre
2024-03-06 22:02:37 +11:00
committed by GitHub
co-authored by Ryan
parent 045e5c9729
commit 83e6ddbbb4
15 changed files with 95 additions and 88 deletions
+3 -3
View File
@@ -215,9 +215,9 @@ void audio_startup(void);
// hardware interface
// implementation in the driver_avr/arm_* respective parts
void audio_driver_initialize(void);
void audio_driver_start(void);
void audio_driver_stop(void);
void audio_driver_initialize_impl(void);
void audio_driver_start_impl(void);
void audio_driver_stop_impl(void);
/**
* @brief get the number of currently active tones