ASoC: sunxi: add support for the on-chip codec on early Allwinner SoCs
authorEmilio López <emilio@elopez.com.ar>
Sat, 12 Sep 2015 13:26:24 +0000 (15:26 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 16 Sep 2015 19:18:45 +0000 (20:18 +0100)
commit45fb6b6f2aa3f6b22b81078db0dba4b26c9d0bdb
tree29391f7f27898a48b51e98f768d60bd004a4061f
parent4ec73d3c81be5a401546afc6628aaf8add253ff1
ASoC: sunxi: add support for the on-chip codec on early Allwinner SoCs

The sun4i, sun5i and sun7i SoC families have a built-in codec, capable
of both audio capture and playback.

While this is called a codec by Allwinner, it really is an in-SoC
combination of a codec and a DAI, with its own DAC/ADC and amplifiers
in a single memory-mapped controller.

The capture part has been left out for now, and will be added eventually.

Signed-off-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/sunxi/Kconfig [new file with mode: 0644]
sound/soc/sunxi/Makefile [new file with mode: 0644]
sound/soc/sunxi/sun4i-codec.c [new file with mode: 0644]
This page took 0.026008 seconds and 5 git commands to generate.