Re: [PATCH 4/4] ASoC: mt8192: Fix range for sidetone positive gain

From: AngeloGioacchino Del Regno
Date: Mon Feb 27 2023 - 04:03:16 EST


Il 24/02/23 15:03, Mark Brown ha scritto:
The Sidetone_Positive_Gain_dB control reports a range of 0..100 as valid
but the put() function rejects anything larger than 24. Fix this.

There are numerous other problems with this control, the name is very non
idiomatic and it should be a TLV, but it's ABI so probably we should leave
those alone.

Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>