Skip to content

Commit

Permalink
ASoC: Mediatek: MT8183: Add machine driver with DA7219
Browse files Browse the repository at this point in the history
This patch adds support for the machine board with
mt6358, da7219 and max98357 codecs.

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 9067cde commit ebbddc7
Show file tree
Hide file tree
Showing 3 changed files with 486 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 @@ -129,6 +129,19 @@ config SND_SOC_MT8183_MT6358_TS3A227E_MAX98357A
Select Y if you have such device.
If unsure select "N".

config SND_SOC_MT8183_DA7219_MAX98357A
tristate "ASoC Audio driver for MT8183 with DA7219 MAX98357A codec"
depends on SND_SOC_MT8183
select SND_SOC_MT6358
select SND_SOC_MAX98357A
select SND_SOC_DA7219
select SND_SOC_BT_SCO
help
This adds ASoC driver for Mediatek MT8183 boards
with the DA7219 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 @@ -12,3 +12,4 @@ snd-soc-mt8183-afe-objs := \

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

0 comments on commit ebbddc7

Please sign in to comment.