]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: sunxi: Add new driver for Allwinner A64 codec's analog path controls
authorVasily Khoruzhick <anarsoul@gmail.com>
Wed, 17 Oct 2018 07:38:09 +0000 (00:38 -0700)
committerMark Brown <broonie@kernel.org>
Wed, 17 Oct 2018 10:11:01 +0000 (11:11 +0100)
commitcffdaebdd82fadc14cdd522d3992337462948ef0
treeb0c84ef61a77a7beffeca63edaf06eb5cd9be3c4
parentc8fc296a1311fa40f8ccdfe8550cef36df7e2ebf
ASoC: sunxi: Add new driver for Allwinner A64 codec's analog path controls

The internal codec on A64 is split into 2 parts. The analog path controls
are routed through an embedded custom register bus accessed through
the PRCM block.

Add an ASoC component driver for it. This should be tied to the codec
audio card as an auxiliary device.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/Kconfig
sound/soc/sunxi/Makefile
sound/soc/sunxi/sun50i-codec-analog.c [new file with mode: 0644]