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.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 7dba54a8a2..b173feb77f 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -272,14 +272,17 @@ void audiohw_disable_recording(void);
272 */ 272 */
273void audiohw_set_recvol(int left, int right, int type); 273void audiohw_set_recvol(int left, int right, int type);
274 274
275#endif /*HAVE_RECORDING*/
276
277#if defined(HAVE_RECORDING) || defined(HAVE_FMRADIO_IN)
278
275/** 279/**
276 * Enable or disable recording monitor. 280 * Enable or disable recording monitor.
277 * @param enable ture or false. 281 * @param enable ture or false.
278 */ 282 */
279void audiohw_set_monitor(bool enable); 283void audiohw_set_monitor(bool enable);
280 284
281#endif /*HAVE_RECORDING*/ 285#endif /* HAVE_RECORDING || HAVE_FMRADIO_IN */
282
283 286
284#if CONFIG_CODEC != SWCODEC 287#if CONFIG_CODEC != SWCODEC
285 288