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:
parent
95aae36c6c
commit
d343bbe846
3 changed files with 34 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue