OSDN Git Service

ASoC: uniphier: add support for UniPhier AIO common driver
authorKatsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Fri, 19 Jan 2018 09:25:29 +0000 (18:25 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 12 Feb 2018 12:49:51 +0000 (12:49 +0000)
commitf37fe2f9987b0460f25a87b1380f8e97a5959121
tree6a519d9edcfa199017659feac88c82e85503b9b5
parent28fb53de064b24eed55540ddeccab517e4babca3
ASoC: uniphier: add support for UniPhier AIO common driver

This patch adds common functions for UniPhier AIO audio sound
system. This provides commonly used APIs for input/output control
registers for UniPhier AIO.

This module provides all sound devices for I2S, S/PDIF and so on.
Since the AIO has mixed register map for those I/Os, it is hard
to split register areas for each sound devices.

Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/uniphier/Kconfig
sound/soc/uniphier/Makefile
sound/soc/uniphier/aio-core.c [new file with mode: 0644]
sound/soc/uniphier/aio-reg.h [new file with mode: 0644]
sound/soc/uniphier/aio.h [new file with mode: 0644]