mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
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:
parent
5cd03440c0
commit
57513aabfe
|
|
@ -353,4 +353,14 @@ config SND_SOC_MT8365_MT6357
|
||||||
Select Y if you have such device.
|
Select Y if you have such device.
|
||||||
If unsure select "N".
|
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
|
endmenu
|
||||||
|
|
|
||||||
|
|
@ -11,3 +11,4 @@ obj-$(CONFIG_SND_SOC_MT8192) += mt8192/
|
||||||
obj-$(CONFIG_SND_SOC_MT8195) += mt8195/
|
obj-$(CONFIG_SND_SOC_MT8195) += mt8195/
|
||||||
obj-$(CONFIG_SND_SOC_MT8365) += mt8365/
|
obj-$(CONFIG_SND_SOC_MT8365) += mt8365/
|
||||||
obj-$(CONFIG_SND_SOC_MT8189) += mt8189/
|
obj-$(CONFIG_SND_SOC_MT8189) += mt8189/
|
||||||
|
obj-$(CONFIG_SND_SOC_MT8196) += mt8196/
|
||||||
|
|
|
||||||
12
sound/soc/mediatek/mt8196/Makefile
Normal file
12
sound/soc/mediatek/mt8196/Makefile
Normal 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
|
||||||
|
|
||||||
2503
sound/soc/mediatek/mt8196/mt8196-afe-pcm.c
Normal file
2503
sound/soc/mediatek/mt8196/mt8196-afe-pcm.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user