mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 13:45:10 -05:00
Still at it for 0c7b787. Might be done now.
Change-Id: Idf45731dc6554954747f6036dc6dfcd4b63981a1
This commit is contained in:
parent
9e71fd16a5
commit
5261b19bdf
7 changed files with 9 additions and 18 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue