ASoC: sun50i-codec-analog: Add support for internal bias
authorArnaud Ferraris <arnaud.ferraris@collabora.com>
Tue, 21 Jun 2022 03:54:51 +0000 (22:54 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 27 Jun 2022 12:18:04 +0000 (13:18 +0100)
commit25ae1a04da0d32c22db0b018e5668129b91fa104
tree7deec89c2768a55ae60acace65d18b487ae96632
parent24e0b04dd42be34ec4b18dc1a1e139d66eb572a3
ASoC: sun50i-codec-analog: Add support for internal bias

In order to properly bias headset microphones, there should be a pull-up
resistor between pins HBIAS and MIC2P. This can be an external resistor,
but the codec also provides an internal 2.2K resistor which is enabled
by a register.

This patch enables or disables the internal bias resistor based on a
device tree property.

Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
[Samuel: split binding and implementation; move to device probe]
Signed-off-by: Samuel Holland <samuel@sholland.org>
Link: https://lore.kernel.org/r/20220621035452.60272-3-samuel@sholland.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/sun50i-codec-analog.c