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:
parent
a8050e9fd1
commit
c6e9b8b7e1
9 changed files with 6 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue