Compare commits

...

2 commits

Author SHA1 Message Date
Rk779
23b525b605
jd2019: audio: Decreased speaker volume
Signed-off-by: Rk779 <Rahulkrishna585@gmail.com>
Change-Id: Ib927bcc7b48166ad3d66c878feaba62ab8b101e0
2023-12-16 20:20:37 +02:00
LuK1337
5e2e36cb7d
jd2019: Include vendor/debugfs.config
This disables the following kernel configs:
* CONFIG_DEBUG_FS
* CONFIG_PAGE_OWNER

Change-Id: Idbf74e3dee4dccff4708462271e79374e28449ae
2023-12-16 20:20:21 +02:00
2 changed files with 7 additions and 6 deletions

View file

@ -10,7 +10,8 @@
DEVICE_PATH := device/lenovo/jd2019
# Kernel
TARGET_KERNEL_CONFIG := jd2019_defconfig
TARGET_KERNEL_CONFIG := jd2019_defconfig \
vendor/debugfs.config
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop

View file

@ -309,11 +309,11 @@
<ctl name="EAR PA Gain" value="POS_1P5_DB" />
<ctl name="EAR PA Boost" value="ENABLE" />
<ctl name="RX1 Digital Volume" value="84" />
<ctl name="RX2 Digital Volume" value="84" />
<ctl name="RX3 Digital Volume" value="84" />
<ctl name="RX4 Digital Volume" value="84" />
<ctl name="RX5 Digital Volume" value="84" />
<ctl name="RX1 Digital Volume" value="78" />
<ctl name="RX2 Digital Volume" value="78" />
<ctl name="RX3 Digital Volume" value="78" />
<ctl name="RX4 Digital Volume" value="78" />
<ctl name="RX5 Digital Volume" value="78" />
<ctl name="ADC1 Volume" value="4" />
<ctl name="ADC2 Volume" value="4" />
<ctl name="ADC3 Volume" value="4" />