summaryrefslogtreecommitdiff
path: root/firmware/export/audiohw.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-09-17 20:42:45 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-09-17 20:42:45 +0000
commitd343bbe84684598dcb574b56c679c9bbcc18a13b (patch)
tree6f05863c6bb08e13bbe424343ce9cc1b0efd4e6e /firmware/export/audiohw.h
parent95aae36c6cd72a3e9c8a4b9a1986d86c923ad234 (diff)
downloadrockbox-d343bbe84684598dcb574b56c679c9bbcc18a13b.tar.gz
rockbox-d343bbe84684598dcb574b56c679c9bbcc18a13b.zip
Allow e200 to compile without HAVE_RECORDING
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28104 a1c6a512-1295-4272-9138-f99709370657
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