1
0
Fork 0
forked from len0rd/rockbox

hm60x/hm801: Fix balance by enabling sw volume control.

Change-Id: I8760b58d5b801409f35370d812d72f8d578d2889
This commit is contained in:
Andrew Ryabinin 2013-04-12 10:08:37 +04:00
parent 2dd1f37a10
commit 6be8097651
4 changed files with 19 additions and 2 deletions

View file

@ -22,8 +22,9 @@
#ifndef __DUMMY_CODEC_H_
#define __DUMMY_CODEC_H_
#define VOLUME_MIN -1
#define VOLUME_MIN -730
#define VOLUME_MAX 0
void audiohw_set_master_vol(int vol_l, int vol_r);
#endif /* __DUMMY_CODEC_H_ */