mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
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:
@@ -168,3 +168,16 @@ config SND_SOC_MT8192
|
|||||||
that can be used with other codecs.
|
that can be used with other codecs.
|
||||||
Select Y if you have such device.
|
Select Y if you have such device.
|
||||||
If unsure select "N".
|
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".
|
||||||
|
@@ -12,3 +12,5 @@ snd-soc-mt8192-afe-objs := \
|
|||||||
mt8192-dai-tdm.o
|
mt8192-dai-tdm.o
|
||||||
|
|
||||||
obj-$(CONFIG_SND_SOC_MT8192) += snd-soc-mt8192-afe.o
|
obj-$(CONFIG_SND_SOC_MT8192) += snd-soc-mt8192-afe.o
|
||||||
|
obj-$(CONFIG_SND_SOC_MT8192_MT6359_RT1015_RT5682) += \
|
||||||
|
mt8192-mt6359-rt1015-rt5682.o
|
||||||
|
1058
sound/soc/mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c
Normal file
1058
sound/soc/mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user