update version to 101003,打开均衡器
This commit is contained in:
parent
e7dac5d904
commit
db36088350
|
@ -94,14 +94,14 @@
|
||||||
"TREBLE": true
|
"TREBLE": true
|
||||||
},
|
},
|
||||||
"modes": {
|
"modes": {
|
||||||
"NIGHT": false,
|
"NIGHT": true,
|
||||||
"MOVIE": false,
|
"MOVIE": true,
|
||||||
"MUSIC": false,
|
"MUSIC": true,
|
||||||
"SPORT": false,
|
"SPORT": true,
|
||||||
"TV": false
|
"TV": true
|
||||||
},
|
},
|
||||||
"defaultState": {
|
"defaultState": {
|
||||||
"mode": "NONE",
|
"mode": "MUSIC",
|
||||||
"bands": {
|
"bands": {
|
||||||
"BASS": 0,
|
"BASS": 0,
|
||||||
"MIDRANGE": 0,
|
"MIDRANGE": 0,
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
bootargs = "console=tty0 console=ttyS0,921600n1 ubi.mtd=8 root=ubi0:aud8516p1v2-consys-slc-128-rootfs rootfstype=ubifs vmalloc=496M androidboot.hardware=aud8516p1_linux";
|
bootargs = "console=tty0 console=ttyS0,921600n1 ubi.mtd=8 root=ubi0:aud8516p1v2-consys-slc-128-rootfs rootfstype=ubifs vmalloc=496M androidboot.hardware=aud8516p1_linux";
|
||||||
};
|
};
|
||||||
version {
|
version {
|
||||||
ver= "101002";
|
ver= "101003";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* sensor standardization */
|
/* sensor standardization */
|
||||||
|
|
Loading…
Reference in New Issue