diff options
author | Akshu Agrawal <akshu.agrawal@amd.com> | 2017-10-18 12:14:00 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-10-19 19:46:02 +0100 |
commit | 566a1847fb37f1b12d997f85623cbf8658c87394 (patch) | |
tree | 1390b4a7e5d0bffbdab699c9cb08cb6d1696b3f4 /sound/soc/amd/Makefile | |
parent | 9c7d6fabf22b2782d4ab2c03f9e8df2beee6d063 (diff) |
ASoC: AMD: Add machine driver for cz rt5650
The driver is used for AMD board using rt5650 codec.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dylan Reid <dgreid@chromium.org>
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 1a66ec0366b2..eed64ff6c73e 100644 --- a/sound/soc/amd/Makefile +++ b/sound/soc/amd/Makefile @@ -1,3 +1,5 @@ snd-soc-acp-pcm-objs := acp-pcm-dma.o +snd-soc-acp-rt5645-mach-objs := acp-rt5645.o obj-$(CONFIG_SND_SOC_AMD_ACP) += snd-soc-acp-pcm.o +obj-$(CONFIG_SND_SOC_AMD_CZ_RT5645_MACH) += snd-soc-acp-rt5645-mach.o |