ASoC: mediatek: mt8192: add machine driver with mt6359, rt1015 and rt5682

This patch adds support for the machine board with mt6359, rt1015
and rt5682.

Signed-off-by: Jiaxin Yu <jiaxin.yu@mediatek.com>
Link: https://lore.kernel.org/r/1604390378-23993-9-git-send-email-jiaxin.yu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Jiaxin Yu 2020-11-03 15:59:37 +08:00 committed by Mark Brown
parent 1afc60e00d
commit 18b13ff23f
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0
3 changed files with 1073 additions and 0 deletions

View file

@ -168,3 +168,16 @@ config SND_SOC_MT8192
that can be used with other codecs.
Select Y if you have such device.
If unsure select "N".
config SND_SOC_MT8192_MT6359_RT1015_RT5682
tristate "ASoC Audio driver for MT8192 with MT6359 RT1015 RT5682 codec"
depends on I2C
depends on SND_SOC_MT8192
select SND_SOC_MT6359
select SND_SOC_RT1015
select SND_SOC_RT5682_I2C
help
This adds ASoC driver for Mediatek MT8192 boards
with the MT6359 RT1015 RT5682 audio codec.
Select Y if you have such device.
If unsure select "N".

View file

@ -12,3 +12,5 @@ snd-soc-mt8192-afe-objs := \
mt8192-dai-tdm.o
obj-$(CONFIG_SND_SOC_MT8192) += snd-soc-mt8192-afe.o
obj-$(CONFIG_SND_SOC_MT8192_MT6359_RT1015_RT5682) += \
mt8192-mt6359-rt1015-rt5682.o

File diff suppressed because it is too large Load diff