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 423b520dc5..e53db7e7b9 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -305,4 +305,10 @@ void audiohw_set_stereo_width(int val);
305 305
306#endif /* CONFIG_CODEC != SWCODEC */ 306#endif /* CONFIG_CODEC != SWCODEC */
307 307
308#ifdef HAVE_SPEAKER
309
310void audiohw_enable_speaker(bool on);
311
312#endif /* HAVE_SPEAKER */
313
308#endif /* _AUDIOHW_H_ */ 314#endif /* _AUDIOHW_H_ */