]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1b7d32523e77ad6b3d6a6324825a72959a122de1
tree6a519d9edcfa199017659feac88c82e85503b9b5
parent20274c833e87e5194eaa21c16fccb477be0f23d8
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]