Unverified Commit 7eb15358 authored by Cyril Chao's avatar Cyril Chao Committed by Mark Brown
Browse files

ASoC: mediatek: mt8189: add platform driver

parent 22e9bd51
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -246,6 +246,16 @@ config SND_SOC_MT8188_MT6359
	  Select Y if you have such device.
	  If unsure select "N".

config SND_SOC_MT8189
	tristate "ASoC support for Mediatek MT8189 chip"
	depends on ARCH_MEDIATEK
	select SND_SOC_MEDIATEK
	help
	  This adds ASoC driver for Mediatek MT8189 boards
	  that can be used with other codecs.
	  Select Y if you have such device.
	  If unsure select "N".

config SND_SOC_MT8192
	tristate "ASoC support for Mediatek MT8192 chip"
	depends on ARCH_MEDIATEK
+1 −0
Original line number Diff line number Diff line
@@ -10,3 +10,4 @@ obj-$(CONFIG_SND_SOC_MT8188) += mt8188/
obj-$(CONFIG_SND_SOC_MT8192) += mt8192/
obj-$(CONFIG_SND_SOC_MT8195) += mt8195/
obj-$(CONFIG_SND_SOC_MT8365) += mt8365/
obj-$(CONFIG_SND_SOC_MT8189) += mt8189/
+15 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0

# common include path
subdir-ccflags-y += -I$(srctree)/sound/soc/mediatek/common

# platform driver
snd-soc-mt8189-afe-objs += \
	mt8189-afe-pcm.o \
	mt8189-afe-clk.o \
	mt8189-dai-adda.o \
	mt8189-dai-i2s.o \
	mt8189-dai-pcm.o \
	mt8189-dai-tdm.o

obj-$(CONFIG_SND_SOC_MT8189) += snd-soc-mt8189-afe.o
+2617 −0

File added.

Preview size limit exceeded, changes collapsed.