diff options
author | Akshu Agrawal <akshu.agrawal@amd.com> | 2020-02-17 06:05:01 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-02-26 19:14:13 +0100 |
commit | 6b8e4e7db3cd236a2cbb720360fb135087a2ac1d (patch) | |
tree | 5ec9090763f1b72d872b3797fd5983db1b86818a /sound/soc/amd/Makefile | |
parent | ASoC: Intel: mrfld: fix incorrect check on p->sink (diff) | |
download | linux-6b8e4e7db3cd236a2cbb720360fb135087a2ac1d.tar.xz linux-6b8e4e7db3cd236a2cbb720360fb135087a2ac1d.zip |
ASoC: amd: Add machine driver for Raven based platform
Add machine driver for Raven based platform using
RT5682 + MAX9836 + CROS_EC codecs
Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com>
Link: https://lore.kernel.org/r/20200217050515.3847-1-akshu.agrawal@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/Makefile')
-rw-r--r-- | sound/soc/amd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/amd/Makefile b/sound/soc/amd/Makefile index c4ddc6adb6f0..e6f3d9b469f3 100644 --- a/sound/soc/amd/Makefile +++ b/sound/soc/amd/Makefile @@ -2,8 +2,10 @@ acp_audio_dma-objs := acp-pcm-dma.o snd-soc-acp-da7219mx98357-mach-objs := acp-da7219-max98357a.o snd-soc-acp-rt5645-mach-objs := acp-rt5645.o +snd-soc-acp-rt5682-mach-objs := acp3x-rt5682-max9836.o obj-$(CONFIG_SND_SOC_AMD_ACP) += acp_audio_dma.o obj-$(CONFIG_SND_SOC_AMD_CZ_DA7219MX98357_MACH) += snd-soc-acp-da7219mx98357-mach.o obj-$(CONFIG_SND_SOC_AMD_CZ_RT5645_MACH) += snd-soc-acp-rt5645-mach.o obj-$(CONFIG_SND_SOC_AMD_ACP3x) += raven/ +obj-$(CONFIG_SND_SOC_AMD_RV_RT5682_MACH) += snd-soc-acp-rt5682-mach.o |