Skip to content

Commit

Permalink
ASoC: mediatek: mt8195: add machine driver with mt6359, rt1019 and rt…
Browse files Browse the repository at this point in the history
…5682

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

Signed-off-by: Trevor Wu <trevor.wu@mediatek.com>
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20210819084144.18483-9-trevor.wu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Trevor Wu authored and Mark Brown committed Aug 24, 2021
1 parent b5bac34 commit 40d605d
Show file tree
Hide file tree
Showing 3 changed files with 994 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sound/soc/mediatek/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 3 additions & 0 deletions sound/soc/mediatek/mt8195/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 40d605d

Please sign in to comment.