diff --git a/hardware/rockchip/audio/tinyalsa_hal/codec_config/rt5651_config.h b/hardware/rockchip/audio/tinyalsa_hal/codec_config/rt5651_config.h index fa16c4251d8..c109043d5e3 100644 --- a/hardware/rockchip/audio/tinyalsa_hal/codec_config/rt5651_config.h +++ b/hardware/rockchip/audio/tinyalsa_hal/codec_config/rt5651_config.h @@ -815,6 +815,10 @@ const struct config_control rt5651_main_mic_capture_controls[] = { .ctl_name = "IN2 Boost", .int_val = {2}, }, + { + .ctl_name = "ADC Boost Gain", + .int_val = {1, 1}, + }, { .ctl_name = "ADC Capture Volume", .int_val = {47, 47}, @@ -978,7 +982,10 @@ const struct config_control rt5651_hdmiin_captrue_controls[] = { .ctl_name = "ADC Capture Switch", .int_val = {1, 1}, }, - + { + .ctl_name = "ADC Boost Gain", + .int_val = {1, 1}, + }, { .ctl_name = "ADC Capture Volume", .int_val = {47, 47},