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)
commit42371f327df0b8e9d479b929c5cd301846dd0f70
treeb0c84ef61a77a7beffeca63edaf06eb5cd9be3c4
parentaf2c06c41970eb0110a03696fd7f8f07854719db
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]