Skip to content

Commit

Permalink
ASoC: mediatek: mt8195: add platform driver
Browse files Browse the repository at this point in the history
This patch adds mt8195 platform and affiliated driver.

Signed-off-by: Trevor Wu <trevor.wu@mediatek.com>
  • Loading branch information
wenliangwu authored and intel-lab-lkp committed Jun 17, 2021
1 parent ba0dee7 commit 417fbb6
Show file tree
Hide file tree
Showing 8 changed files with 7,378 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sound/soc/mediatek/Kconfig
Expand Up @@ -184,3 +184,12 @@ config SND_SOC_MT8192_MT6359_RT1015_RT5682
with the MT6359 RT1015 RT5682 audio codec.
Select Y if you have such device.
If unsure select "N".

config SND_SOC_MT8195
tristate "ASoC support for Mediatek MT8195 chip"
select SND_SOC_MEDIATEK
help
This adds ASoC platform driver support for Mediatek MT8195 chip
that can be used with other codecs.
Select Y if you have such device.
If unsure select "N".
1 change: 1 addition & 0 deletions sound/soc/mediatek/Makefile
Expand Up @@ -5,3 +5,4 @@ obj-$(CONFIG_SND_SOC_MT6797) += mt6797/
obj-$(CONFIG_SND_SOC_MT8173) += mt8173/
obj-$(CONFIG_SND_SOC_MT8183) += mt8183/
obj-$(CONFIG_SND_SOC_MT8192) += mt8192/
obj-$(CONFIG_SND_SOC_MT8195) += mt8195/
11 changes: 11 additions & 0 deletions sound/soc/mediatek/mt8195/Makefile
@@ -0,0 +1,11 @@
# SPDX-License-Identifier: GPL-2.0

# platform driver
snd-soc-mt8195-afe-objs := \
mt8195-afe-clk.o \
mt8195-afe-pcm.o \
mt8195-dai-adda.o \
mt8195-dai-etdm.o \
mt8195-dai-pcm.o

obj-$(CONFIG_SND_SOC_MT8195) += snd-soc-mt8195-afe.o

0 comments on commit 417fbb6

Please sign in to comment.