1
0
Fork 0
forked from len0rd/rockbox

Fix some more errors and warnings from 0c7b787.

Change-Id: Ib67d0ab344e36964cadbcc982dc2afe35733770b
This commit is contained in:
Michael Sevakis 2013-04-15 13:24:29 -04:00
parent 0971f57634
commit bbd991ad63
9 changed files with 10 additions and 62 deletions

View file

@ -43,7 +43,7 @@ void audiohw_close(void)
imx233_audioin_close();
}
void audiohw_set_headphone_vol(int vol_l, int vol_r)
void audiohw_set_volume(int vol_l, int vol_r)
{
imx233_audioout_set_hp_vol(vol_l / 5, vol_r / 5);
}