forked from len0rd/rockbox
remove a stupid infinite loop which stopped the mr500 booting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17570 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4ee3fed014
commit
5716f734dd
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ void audiohw_set_master_vol(int vol_l, int vol_r)
|
||||||
|
|
||||||
void audiohw_set_lineout_vol(int vol_l, int vol_r)
|
void audiohw_set_lineout_vol(int vol_l, int vol_r)
|
||||||
{
|
{
|
||||||
audiohw_set_lineout_vol(vol_l, vol_r);
|
audiohw_set_master_vol(vol_l, vol_r);
|
||||||
}
|
}
|
||||||
|
|
||||||
void audiohw_mute(bool mute)
|
void audiohw_mute(bool mute)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue