mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-20 10:32:42 -05:00
* changed pararmeter of audiohw_mute from int to bool
* unification of init and close
NOTE: audiohw_init is a void function now, because it never (can) fail
okay from JdGordon@irc
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13622 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2f1a262a60
commit
d1178d2d76
15 changed files with 31 additions and 38 deletions
|
|
@ -82,7 +82,7 @@ int tenthdb2mixer(int db)
|
|||
return -db * 2 / 5;
|
||||
}
|
||||
|
||||
void audiohw_mute(int mute)
|
||||
void audiohw_mute(bool mute)
|
||||
{
|
||||
if (mute)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue