Skip to content

Commit 40d605d

Browse files
wenliangwubroonie
authored andcommitted
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: Trevor Wu <[email protected]> Reported-by: kernel test robot <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent b5bac34 commit 40d605d

File tree

3 files changed

+994
-0
lines changed

3 files changed

+994
-0
lines changed

sound/soc/mediatek/Kconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,17 @@ config SND_SOC_MT8195
193193
that can be used with other codecs.
194194
Select Y if you have such device.
195195
If unsure select "N".
196+
197+
config SND_SOC_MT8195_MT6359_RT1019_RT5682
198+
tristate "ASoC Audio driver for MT8195 with MT6359 RT1019 RT5682 codec"
199+
depends on I2C
200+
depends on SND_SOC_MT8195
201+
select SND_SOC_MT6359
202+
select SND_SOC_RT1015P
203+
select SND_SOC_RT5682_I2C
204+
select SND_SOC_DMIC
205+
help
206+
This adds ASoC driver for Mediatek MT8195 boards
207+
with the MT6359 RT1019 RT5682 audio codec.
208+
Select Y if you have such device.
209+
If unsure select "N".

sound/soc/mediatek/mt8195/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ snd-soc-mt8195-afe-objs := \
1010
mt8195-dai-pcm.o
1111

1212
obj-$(CONFIG_SND_SOC_MT8195) += snd-soc-mt8195-afe.o
13+
14+
# machine driver
15+
obj-$(CONFIG_SND_SOC_MT8195_MT6359_RT1019_RT5682) += mt8195-mt6359-rt1019-rt5682.o

0 commit comments

Comments
 (0)