Unverified Commit 40d605df authored by Trevor Wu's avatar Trevor Wu Committed by Mark Brown
Browse files

ASoC: mediatek: mt8195: add machine driver with mt6359, rt1019 and rt5682



This patch adds support for mt8195 board with mt6359, rt1019 and rt5682.

Signed-off-by: default avatarTrevor Wu <trevor.wu@mediatek.com>
Reported-by: default avatarkernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20210819084144.18483-9-trevor.wu@mediatek.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent b5bac34f
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -193,3 +193,17 @@ config SND_SOC_MT8195
	  that can be used with other codecs.
	  Select Y if you have such device.
	  If unsure select "N".

config SND_SOC_MT8195_MT6359_RT1019_RT5682
	tristate "ASoC Audio driver for MT8195 with MT6359 RT1019 RT5682 codec"
	depends on I2C
	depends on SND_SOC_MT8195
	select SND_SOC_MT6359
	select SND_SOC_RT1015P
	select SND_SOC_RT5682_I2C
	select SND_SOC_DMIC
	help
	  This adds ASoC driver for Mediatek MT8195 boards
	  with the MT6359 RT1019 RT5682 audio codec.
	  Select Y if you have such device.
	  If unsure select "N".
+3 −0
Original line number Diff line number Diff line
@@ -10,3 +10,6 @@ snd-soc-mt8195-afe-objs := \
	mt8195-dai-pcm.o

obj-$(CONFIG_SND_SOC_MT8195) += snd-soc-mt8195-afe.o

# machine driver
obj-$(CONFIG_SND_SOC_MT8195_MT6359_RT1019_RT5682) += mt8195-mt6359-rt1019-rt5682.o
+977 −0

File added.

Preview size limit exceeded, changes collapsed.