forked from len0rd/rockbox
Remove pcm_mute() which has been unused since r19308
Remove audiohw_mute from header as well, and make this function static to each driver (commented out when it was unused) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25733 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5e88c4b4de
commit
f2f34881ec
17 changed files with 92 additions and 114 deletions
|
|
@ -113,7 +113,7 @@ int sound_val2phys(int setting, int value)
|
|||
return result;
|
||||
}
|
||||
|
||||
void audiohw_mute(bool mute)
|
||||
/*static void audiohw_mute(bool mute)
|
||||
{
|
||||
if (mute)
|
||||
{
|
||||
|
|
@ -125,7 +125,7 @@ void audiohw_mute(bool mute)
|
|||
udelay(200000);
|
||||
akc_clear(AK4537_DAC, SMUTE);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
void audiohw_preinit(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue