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

ASoC: mediatek: mt8189: add machine driver with nau8825



Add support for mt8189 board with nau8825.

Signed-off-by: default avatarCyril Chao <Cyril.Chao@mediatek.com>
Link: https://patch.msgid.link/20251031073216.8662-11-Cyril.Chao@mediatek.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4980df10
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -256,6 +256,27 @@ config SND_SOC_MT8189
	  Select Y if you have such device.
	  If unsure select "N".

config SND_SOC_MT8189_NAU8825
	tristate "ASoc Audio driver for MT8189 with NAU8825 and I2S codec"
	depends on SND_SOC_MT8189
	depends on I2C
	select SND_SOC_DMIC
	select SND_SOC_HDMI_CODEC
	select SND_SOC_NAU8825
	select SND_SOC_RT5645
	select SND_SOC_RT9123P
	select SND_SOC_RT1015P
	select SND_SOC_RT5682S
	select SND_SOC_RT5682_I2C
	select SND_SOC_CS35L41_I2C
	select SND_SOC_AW88081
	select SND_SOC_ES8326
	help
	  This adds support for ASoC machine driver for MediaTek MT8189
	  boards with the NAU8828 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
@@ -13,3 +13,6 @@ snd-soc-mt8189-afe-objs += \
	mt8189-dai-tdm.o

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

# machine driver
obj-$(CONFIG_SND_SOC_MT8189_NAU8825) += mt8189-nau8825.o
+1178 −0

File added.

Preview size limit exceeded, changes collapsed.