1
0
Fork 0
forked from len0rd/rockbox

Allow e200 to compile without HAVE_RECORDING

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28104 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-09-17 20:42:45 +00:00
parent 95aae36c6c
commit d343bbe846
3 changed files with 34 additions and 4 deletions

View file

@ -529,13 +529,17 @@ void audiohw_disable_recording(void);
*/
void audiohw_set_recvol(int left, int right, int type);
#endif /* HAVE_RECORDING */
#if defined(HAVE_RECORDING) || defined(HAVE_FMRADIO_IN)
/**
* Enable or disable recording monitor.
* @param enable ture or false.
* @param enable true or false.
*/
void audiohw_set_monitor(bool enable);
#endif
#endif /* HAVE_RECORDING */
#if CONFIG_CODEC != SWCODEC