]> git.baikalelectronics.ru Git - kernel.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)
commitd68b7564561b533d4411ced11e9d84bd85ef6148
tree20f607e6754e53300d9afe794c3716bbb2712476
parent78b8c9c8644598d3fab549c2698621bbd5d74f29
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]