Still at it for 0c7b787. Might be done now.

Change-Id: Idf45731dc6554954747f6036dc6dfcd4b63981a1
This commit is contained in:
Michael Sevakis 2013-04-15 14:58:00 -04:00
parent 9e71fd16a5
commit 5261b19bdf
7 changed files with 9 additions and 18 deletions

View file

@ -270,7 +270,7 @@ void audiohw_init(void)
i2s_codec_init();
}
void audiohw_set_master_vol(int vol_l, int vol_r)
void audiohw_set_volume(int vol_l, int vol_r)
{
#ifdef HAVE_SW_VOLUME_CONTROL
/* SW volume for <= 1.0 gain, HW at unity, < VOLUME_MIN == MUTE */