mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-07-31 03:02:10 +01:00
[Audio] Add support for audio shutdown pin (#22731)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user