forked from len0rd/rockbox
hm60x/hm801: Fix balance by enabling sw volume control.
Change-Id: I8760b58d5b801409f35370d812d72f8d578d2889
This commit is contained in:
parent
2dd1f37a10
commit
6be8097651
4 changed files with 19 additions and 2 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue