ASoC: mediatek: add mt2701 platform driver implementation.
authorGarlic Tseng <garlic.tseng@mediatek.com>
Mon, 4 Jul 2016 10:56:25 +0000 (18:56 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 4 Jul 2016 14:30:35 +0000 (16:30 +0200)
commit43a6a7e71063ef2db753b1d28cc600117de7c5f7
treefd71f00277c60b89aeb1757a37d016867c5cf794
parentd6f3710a56e10b42945ed2dbcca71d2748174299
ASoC: mediatek: add mt2701 platform driver implementation.

Add mt2701 platform driver implementation for playback and capture.
The implement follow DAPM structure (memory interface as FE and I2S
as BE).
Because of the hardware design, i2s out required to be enabled when
we need to enable i2s in. This patch includes the implementation.

Signed-off-by: Garlic Tseng <garlic.tseng@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/mt2701/mt2701-afe-common.h
sound/soc/mediatek/mt2701/mt2701-afe-pcm.c [new file with mode: 0644]