]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: mediatek: mt8183: add platform driver
authorShunli Wang <shunli.wang@mediatek.com>
Tue, 22 Jan 2019 06:39:08 +0000 (14:39 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 25 Jan 2019 18:05:10 +0000 (18:05 +0000)
commita94aec035a122bf6d1a05b14f02f34c34b99506a
tree20f607e6754e53300d9afe794c3716bbb2712476
parent4ffdca62e2deee7a27613571c9bd18c95b8eac84
ASoC: mediatek: mt8183: add platform driver

add mt8183 audio platform and affiliated drivers.

Signed-off-by: Shunli Wang <shunli.wang@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
14 files changed:
sound/soc/mediatek/Kconfig
sound/soc/mediatek/Makefile
sound/soc/mediatek/mt8183/Makefile [new file with mode: 0644]
sound/soc/mediatek/mt8183/mt8183-afe-clk.c [new file with mode: 0644]
sound/soc/mediatek/mt8183/mt8183-afe-clk.h [new file with mode: 0644]
sound/soc/mediatek/mt8183/mt8183-afe-common.h [new file with mode: 0644]
sound/soc/mediatek/mt8183/mt8183-afe-pcm.c [new file with mode: 0644]
sound/soc/mediatek/mt8183/mt8183-dai-adda.c [new file with mode: 0644]
sound/soc/mediatek/mt8183/mt8183-dai-hostless.c [new file with mode: 0644]
sound/soc/mediatek/mt8183/mt8183-dai-i2s.c [new file with mode: 0644]
sound/soc/mediatek/mt8183/mt8183-dai-pcm.c [new file with mode: 0644]
sound/soc/mediatek/mt8183/mt8183-dai-tdm.c [new file with mode: 0644]
sound/soc/mediatek/mt8183/mt8183-interconnection.h [new file with mode: 0644]
sound/soc/mediatek/mt8183/mt8183-reg.h [new file with mode: 0644]