1
0
Fork 0
forked from len0rd/rockbox

move audiohw_enable_output to audiohw.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16251 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Christian Gmeiner 2008-02-09 14:43:36 +00:00
parent a8050e9fd1
commit c6e9b8b7e1
9 changed files with 6 additions and 8 deletions

View file

@ -119,6 +119,12 @@ void audiohw_close(void);
*/
void audiohw_mute(bool mute);
/**
* Silently en/disable audio output.
* @param enable true or false.
*/
void audiohw_enable_output(bool enable);
#ifdef HAVE_RECORDING
/**