OSDN Git Service

ASoC: rockchip: support ACODEC for rk3328
authorKatsuhiro Suzuki <katsuhiro@katsuster.net>
Thu, 20 Dec 2018 15:36:35 +0000 (00:36 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 3 Jan 2019 16:34:35 +0000 (16:34 +0000)
commitc32759035ad246d3e4c65d23a07f9e6ba32caeaf
tree9ca82355855a54904fee9aea608110b76affd44e
parent2d01a84605a55cf07ea9c6886049cc85c5e98454
ASoC: rockchip: support ACODEC for rk3328

This patch adds support for audio CODEC core of rk3328.

Rockchip does not publish detail specification of this core
but driver source code is opened on their GitHub repository.
  https://github.com/rockchip-linux/kernel

So I ported this code to linux-next and added some trivial fixes.

Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/rockchip,rk3328-codec.txt [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/rk3328_codec.c [new file with mode: 0644]
sound/soc/codecs/rk3328_codec.h [new file with mode: 0644]