ASoC: mediatek: mt8196: add platform driver

Add mt8196 platform driver.

Signed-off-by: Darren Ye <darren.ye@mediatek.com>
Signed-off-by: Cyril Chao <Cyril.Chao@mediatek.com>
Link: https://patch.msgid.link/20260430022417.32282-9-Cyril.Chao@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Darren Ye 2026-04-30 10:23:21 +08:00 committed by Mark Brown
parent 5cd03440c0
commit 57513aabfe
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
4 changed files with 2526 additions and 0 deletions

View File

@ -353,4 +353,14 @@ config SND_SOC_MT8365_MT6357
Select Y if you have such device.
If unsure select "N".
config SND_SOC_MT8196
tristate "ASoC support for Mediatek MT8196 chip"
depends on ARCH_MEDIATEK
select SND_SOC_MEDIATEK
help
This adds ASoC driver for Mediatek MT8196 boards
that can be used with other codecs.
Select Y if you have such device.
If unsure select "N".
endmenu

View File

@ -11,3 +11,4 @@ obj-$(CONFIG_SND_SOC_MT8192) += mt8192/
obj-$(CONFIG_SND_SOC_MT8195) += mt8195/
obj-$(CONFIG_SND_SOC_MT8365) += mt8365/
obj-$(CONFIG_SND_SOC_MT8189) += mt8189/
obj-$(CONFIG_SND_SOC_MT8196) += mt8196/

View File

@ -0,0 +1,12 @@
# SPDX-License-Identifier: GPL-2.0
# platform driver
snd-soc-mt8196-afe-objs += \
mt8196-afe-pcm.o \
mt8196-afe-clk.o \
mt8196-dai-adda.o \
mt8196-dai-i2s.o \
mt8196-dai-tdm.o
obj-$(CONFIG_SND_SOC_MT8196) += snd-soc-mt8196-afe.o

File diff suppressed because it is too large Load Diff