]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitea18820bac182f4eaa7027e36187e8749e27e65b
treea97cf45e70391dfab324c548b7338e54f719706c
parenta653dc8dbb6fb11b6e69506617a254047f3289e1
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]