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.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index f9d8caebf0..56f4d3dbea 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -529,13 +529,17 @@ void audiohw_disable_recording(void);
529 */ 529 */
530void audiohw_set_recvol(int left, int right, int type); 530void audiohw_set_recvol(int left, int right, int type);
531 531
532#endif /* HAVE_RECORDING */
533
534#if defined(HAVE_RECORDING) || defined(HAVE_FMRADIO_IN)
532/** 535/**
533 * Enable or disable recording monitor. 536 * Enable or disable recording monitor.
534 * @param enable ture or false. 537 * @param enable true or false.
535 */ 538 */
536void audiohw_set_monitor(bool enable); 539void audiohw_set_monitor(bool enable);
540#endif
541
537 542
538#endif /* HAVE_RECORDING */
539 543
540#if CONFIG_CODEC != SWCODEC 544#if CONFIG_CODEC != SWCODEC
541 545