diff options
| author | V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com> | 2023-07-13 18:27:07 +0530 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2023-07-17 06:15:35 +0100 |
| commit | 1a74b21ce59f4343e8bf64ec4c20bcbbaea96c5f (patch) | |
| tree | 80daf966c6eb101dd7b9060acaff9de37d53860c /sound/soc/sof/amd/Makefile | |
| parent | 083912c240de0c5f797da0443f5a99e87b75fcb3 (diff) | |
ASoC: SOF: amd: Add Probe functionality support for amd platforms.
This patch consist of probe client device registration,stream tag
and dma channel configuration for SOF firmware.
Signed-off-by: V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com>
Link: https://lore.kernel.org/r/20230713125709.418851-2-vsujithkumar.reddy@amd.corp-partner.google.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/amd/Makefile')
| -rw-r--r-- | sound/soc/sof/amd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/amd/Makefile b/sound/soc/sof/amd/Makefile index 5626d13b3e69..ef9f7df4e379 100644 --- a/sound/soc/sof/amd/Makefile +++ b/sound/soc/sof/amd/Makefile @@ -5,6 +5,7 @@ # Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved. snd-sof-amd-acp-objs := acp.o acp-loader.o acp-ipc.o acp-pcm.o acp-stream.o acp-trace.o acp-common.o +snd-sof-amd-acp-$(CONFIG_SND_SOC_SOF_ACP_PROBES) = acp-probes.o snd-sof-amd-renoir-objs := pci-rn.o renoir.o snd-sof-amd-rembrandt-objs := pci-rmb.o rembrandt.o |
