1
0
Fork 0
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:
Jonathan Gordon 2008-05-18 13:48:29 +00:00
parent 4ee3fed014
commit 5716f734dd

View file

@ -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)
{
audiohw_set_lineout_vol(vol_l, vol_r);
audiohw_set_master_vol(vol_l, vol_r);
}
void audiohw_mute(bool mute)