Unverified Commit 96035d46 authored by Trevor Wu's avatar Trevor Wu Committed by Mark Brown
Browse files

ASoC: mediatek: mt8188: add machine driver with mt6359

parent 4302187d
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -218,6 +218,17 @@ config SND_SOC_MT8188
	  Select Y if you have such device.
	  If unsure select "N".

config SND_SOC_MT8188_MT6359
	tristate "ASoC Audio driver for MT8188 with MT6359 and I2S codecs"
	depends on SND_SOC_MT8188 && MTK_PMIC_WRAP
	select SND_SOC_MT6359
	select SND_SOC_HDMI_CODEC
	help
	  This adds support for ASoC machine driver for MediaTek MT8188
	  boards with the MT6359 and other I2S audio 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
+3 −0
Original line number Diff line number Diff line
@@ -10,3 +10,6 @@ snd-soc-mt8188-afe-objs := \
	mt8188-dai-pcm.o

obj-$(CONFIG_SND_SOC_MT8188) += snd-soc-mt8188-afe.o

# machine driver
obj-$(CONFIG_SND_SOC_MT8188_MT6359) += mt8188-mt6359.o
+785 −0

File added.

Preview size limit exceeded, changes collapsed.