Skip to content
Permalink
Browse files
ASoC: mediatek: mt8195: add machine driver with mt6359, rt1019 and rt…
…5682

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

Signed-off-by: Trevor Wu <trevor.wu@mediatek.com>
  • Loading branch information
wenliangwu authored and intel-lab-lkp committed Jun 17, 2021
1 parent df5c403 commit 51519ee9a95b7abe7cce0c940f7b24e27113d23a
Show file tree
Hide file tree
Showing 3 changed files with 991 additions and 0 deletions.
@@ -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".
@@ -9,3 +9,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

0 comments on commit 51519ee

Please sign in to comment.