Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adbf2f42 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: codecs: update max value for HPH volume"

parents 0aaaf8ef 2b901bc0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6531,8 +6531,8 @@ static const struct snd_kcontrol_new tavil_snd_controls[] = {
	SOC_ENUM_EXT("SPKR Right Boost Max State", tavil_spkr_boost_stage_enum,
		     tavil_spkr_right_boost_stage_get,
		     tavil_spkr_right_boost_stage_put),
	SOC_SINGLE_TLV("HPHL Volume", WCD934X_HPH_L_EN, 0, 20, 1, line_gain),
	SOC_SINGLE_TLV("HPHR Volume", WCD934X_HPH_R_EN, 0, 20, 1, line_gain),
	SOC_SINGLE_TLV("HPHL Volume", WCD934X_HPH_L_EN, 0, 24, 1, line_gain),
	SOC_SINGLE_TLV("HPHR Volume", WCD934X_HPH_R_EN, 0, 24, 1, line_gain),
	SOC_SINGLE_TLV("LINEOUT1 Volume", WCD934X_DIFF_LO_LO1_COMPANDER,
		3, 16, 1, line_gain),
	SOC_SINGLE_TLV("LINEOUT2 Volume", WCD934X_DIFF_LO_LO2_COMPANDER,