ASoC: Add sun8i digital audio codec
authorMylène Josserand <mylene.josserand@free-electrons.com>
Thu, 2 Feb 2017 09:24:17 +0000 (10:24 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 3 Feb 2017 12:02:06 +0000 (13:02 +0100)
commit36c684936fae7ed97a4816de6006d127d1854a5a
tree58d4b6208b7be00aee214d2f1e8fce5543ecb31d
parentbf14da7e55169964a1e6f35dc9d7428dc9e9013c
ASoC: Add sun8i digital audio codec

Add the sun8i audio codec which handles the digital register of
A33 codec.
The driver handles only the basic playback from the DAC to headphones.
All other features (microphone, capture, etc) will be added later.

Signed-off-by: Mylène Josserand <mylene.josserand@free-electrons.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/Kconfig
sound/soc/sunxi/Makefile
sound/soc/sunxi/sun8i-codec.c [new file with mode: 0644]