summaryrefslogtreecommitdiff
path: root/firmware/export/audiohw.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r--firmware/export/audiohw.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index cdc92221d7..224cf20d18 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -119,6 +119,12 @@ void audiohw_close(void);
119 */ 119 */
120void audiohw_mute(bool mute); 120void audiohw_mute(bool mute);
121 121
122/**
123 * Silently en/disable audio output.
124 * @param enable true or false.
125 */
126void audiohw_enable_output(bool enable);
127
122#ifdef HAVE_RECORDING 128#ifdef HAVE_RECORDING
123 129
124/** 130/**