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, 1 insertions, 5 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 05fdb67e1e..d4861aac5a 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -529,17 +529,13 @@ 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)
535
536/** 532/**
537 * Enable or disable recording monitor. 533 * Enable or disable recording monitor.
538 * @param enable ture or false. 534 * @param enable ture or false.
539 */ 535 */
540void audiohw_set_monitor(bool enable); 536void audiohw_set_monitor(bool enable);
541 537
542#endif /* HAVE_RECORDING || HAVE_FMRADIO_IN */ 538#endif /* HAVE_RECORDING */
543 539
544#if CONFIG_CODEC != SWCODEC 540#if CONFIG_CODEC != SWCODEC
545 541