]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: codecs: wcd934x: Drop unused mic bias voltage fields
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 12 Jun 2024 16:15:22 +0000 (18:15 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 18 Jun 2024 15:47:21 +0000 (16:47 +0100)
commita252188244aeff72e4331abba2fee6b9093c847b
tree31e311c2711e7f3ddcf16ac12c1569d14b21128c
parent5ad81bf49a18dc22bd7e1c56f67be9b5eb50267c
ASoC: codecs: wcd934x: Drop unused mic bias voltage fields

Driver stores the voltage of mic bias in fields in state container
structure, but actually never reads them - except for the mic2 bias
(micb2_mv field).  Drop the fields from the structure so the code will
be a bit simpler.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://msgid.link/r/20240612-asoc-wcd9xxx-wide-cleanups-v1-9-0d15885b2a06@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wcd934x.c