ASoC: mediatek: mt8192: add platform driver
authorJiaxin Yu <jiaxin.yu@mediatek.com>
Tue, 3 Nov 2020 07:59:31 +0000 (15:59 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 4 Nov 2020 17:51:47 +0000 (17:51 +0000)
commit125ab5d588b0b3b842064c4d53a666ca74521ae8
treea97cf45e70391dfab324c548b7338e54f719706c
parent682c5a72a2bb0745da73211bed5f47ccccd84025
ASoC: mediatek: mt8192: add platform driver

This patch adds mt8192 platform and affiliated drivers.

Signed-off-by: Jiaxin Yu <jiaxin.yu@mediatek.com>
Link: https://lore.kernel.org/r/1604390378-23993-3-git-send-email-jiaxin.yu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
14 files changed:
sound/soc/mediatek/Kconfig
sound/soc/mediatek/Makefile
sound/soc/mediatek/common/mtk-afe-fe-dai.c
sound/soc/mediatek/common/mtk-base-afe.h
sound/soc/mediatek/mt8192/Makefile [new file with mode: 0644]
sound/soc/mediatek/mt8192/mt8192-afe-clk.c [new file with mode: 0644]
sound/soc/mediatek/mt8192/mt8192-afe-clk.h [new file with mode: 0644]
sound/soc/mediatek/mt8192/mt8192-afe-common.h [new file with mode: 0644]
sound/soc/mediatek/mt8192/mt8192-afe-control.c [new file with mode: 0644]
sound/soc/mediatek/mt8192/mt8192-afe-gpio.c [new file with mode: 0644]
sound/soc/mediatek/mt8192/mt8192-afe-gpio.h [new file with mode: 0644]
sound/soc/mediatek/mt8192/mt8192-afe-pcm.c [new file with mode: 0644]
sound/soc/mediatek/mt8192/mt8192-interconnection.h [new file with mode: 0644]
sound/soc/mediatek/mt8192/mt8192-reg.h [new file with mode: 0644]