[alsa-devel] ASoC: Mediatek: Add support for MT8173 SOC
Koro Chen
koro.chen at mediatek.com
Fri Apr 10 09:10:55 CEST 2015
This adds basic support for the Mediatek AFE unit for MT8173 SoC.
This patch is based on Linux 4.0-rc1, Sascha's clk patch [1],
and his SCPSYS power patch [2].
The AFE unit comprises several memory interfaces that communicate with CPU,
a multi input multi output digital audio interconnect, and several external
interfaces (e.g. I2S).
The AFE unit is a DMA master, so no external DMA engine is needed.
Each external interface is presented as a DAI to ASoC. A memory interface
must be connected via the interconnect to an external interface.
The connection pathes are configured through the device tree.
[1] http://lists.infradead.org/pipermail/linux-mediatek/2015-March/000079.html
[2] http://lists.infradead.org/pipermail/linux-mediatek/2015-March/000132.html
Koro Chen (2):
ASoC: mediatek: Add binding support for AFE driver
ASoC: mediatek: Add AFE platform driver
.../devicetree/bindings/sound/mtk-afe-pcm.txt | 105 ++
include/dt-bindings/sound/mtk-afe.h | 36 +
sound/soc/Kconfig | 1 +
sound/soc/Makefile | 1 +
sound/soc/mediatek/Kconfig | 8 +
sound/soc/mediatek/Makefile | 2 +
sound/soc/mediatek/mtk-afe-common.h | 105 ++
sound/soc/mediatek/mtk-afe-connection.c | 416 ++++++
sound/soc/mediatek/mtk-afe-connection.h | 30 +
sound/soc/mediatek/mtk-afe-pcm.c | 1497 ++++++++++++++++++++
10 files changed, 2201 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/mtk-afe-pcm.txt
create mode 100644 include/dt-bindings/sound/mtk-afe.h
create mode 100644 sound/soc/mediatek/Kconfig
create mode 100644 sound/soc/mediatek/Makefile
create mode 100644 sound/soc/mediatek/mtk-afe-common.h
create mode 100644 sound/soc/mediatek/mtk-afe-connection.c
create mode 100644 sound/soc/mediatek/mtk-afe-connection.h
create mode 100644 sound/soc/mediatek/mtk-afe-pcm.c
--
More information about the Alsa-devel
mailing list