* 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:
Christian Gmeiner 2007-06-13 06:33:40 +00:00
parent 2f1a262a60
commit d1178d2d76
15 changed files with 31 additions and 38 deletions

View file

@ -82,7 +82,7 @@ int tenthdb2mixer(int db)
return -db * 2 / 5;
}
void audiohw_mute(int mute)
void audiohw_mute(bool mute)
{
if (mute)
{