forked from len0rd/rockbox
android: declare audiohw_set_volume()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27681 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3b0521a4f4
commit
82e1332db9
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ void audiohw_postinit(void);
|
|||
*/
|
||||
void audiohw_close(void);
|
||||
|
||||
#if defined(AUDIOHW_HAVE_CLIPPING) || defined(HAVE_SDL_AUDIO)
|
||||
#if defined(AUDIOHW_HAVE_CLIPPING) || defined(HAVE_SDL_AUDIO) || defined(ANDROID)
|
||||
/**
|
||||
* Set new volume value
|
||||
* @param val to set.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue