Unverified Commit 18b13ff2 authored by Jiaxin Yu's avatar Jiaxin Yu Committed by Mark Brown
Browse files

ASoC: mediatek: mt8192: add machine driver with mt6359, rt1015 and rt5682



This patch adds support for the machine board with mt6359, rt1015
and rt5682.

Signed-off-by: default avatarJiaxin Yu <jiaxin.yu@mediatek.com>
Link: https://lore.kernel.org/r/1604390378-23993-9-git-send-email-jiaxin.yu@mediatek.com


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

config SND_SOC_MT8192_MT6359_RT1015_RT5682
	tristate "ASoC Audio driver for MT8192 with MT6359 RT1015 RT5682 codec"
	depends on I2C
	depends on SND_SOC_MT8192
	select SND_SOC_MT6359
	select SND_SOC_RT1015
	select SND_SOC_RT5682_I2C
	help
	  This adds ASoC driver for Mediatek MT8192 boards
	  with the MT6359 RT1015 RT5682 audio codec.
	  Select Y if you have such device.
	  If unsure select "N".
+2 −0
Original line number Diff line number Diff line
@@ -12,3 +12,5 @@ snd-soc-mt8192-afe-objs := \
	mt8192-dai-tdm.o

obj-$(CONFIG_SND_SOC_MT8192) += snd-soc-mt8192-afe.o
obj-$(CONFIG_SND_SOC_MT8192_MT6359_RT1015_RT5682) += \
	mt8192-mt6359-rt1015-rt5682.o
+1058 −0

File added.

Preview size limit exceeded, changes collapsed.