Skip to content

Commit

Permalink
ASoC: Mediatek: MT8183: Add machine driver with TS3A227
Browse files Browse the repository at this point in the history
This patch adds support for the machine board with TS3A227.

Signed-off-by: Shunli Wang <shunli.wang@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Shunli Wang authored and Mark Brown committed Apr 1, 2019
1 parent 2b070f6 commit 11c0269
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sound/soc/mediatek/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,19 @@ config SND_SOC_MT8183
Select Y if you have such device.
If unsure select "N".

config SND_SOC_MT8183_MT6358_TS3A227E_MAX98357A
tristate "ASoC Audio driver for MT8183 with MT6358 TS3A227E MAX98357A codec"
depends on SND_SOC_MT8183
select SND_SOC_MT6358
select SND_SOC_MAX98357A
select SND_SOC_BT_SCO
select SND_SOC_TS3A227E
help
This adds ASoC driver for Mediatek MT8183 boards
with the MT6358 TS3A227E MAX98357A audio codec.
Select Y if you have such device.
If unsure select "N".

config SND_SOC_MTK_BTCVSD
tristate "ALSA BT SCO CVSD/MSBC Driver"
help
Expand Down
1 change: 1 addition & 0 deletions sound/soc/mediatek/mt8183/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ snd-soc-mt8183-afe-objs := \
mt8183-dai-adda.o

obj-$(CONFIG_SND_SOC_MT8183) += snd-soc-mt8183-afe.o
obj-$(CONFIG_SND_SOC_MT8183_MT6358_TS3A227E_MAX98357A) += mt8183-mt6358-ts3a227-max98357.o
Loading

0 comments on commit 11c0269

Please sign in to comment.