diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2022-03-11 16:35:42 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-03-11 17:24:08 +0100 |
commit | 45864e49a05aa446b9d99c464c1a9f46956ed32c (patch) | |
tree | 0bd2e6adad26f4fbb12f5d29e7b55e99e4c689f2 /sound/soc/intel/avs/Makefile | |
parent | ASoC: Intel: avs: General code loading flow (diff) | |
download | linux-45864e49a05aa446b9d99c464c1a9f46956ed32c.tar.xz linux-45864e49a05aa446b9d99c464c1a9f46956ed32c.zip |
ASoC: Intel: avs: Implement CLDMA transfer
SKL and KBL rely on a dedicated HDAudio DMA stream for code loading and
authentication. The implementation of this specific mechanism for
SKL-based platforms re-uses HDAudio DMA (streaming) functions found in
HDA library to avoid duplication of functionality.
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20220311153544.136854-16-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/avs/Makefile')
-rw-r--r-- | sound/soc/intel/avs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/avs/Makefile b/sound/soc/intel/avs/Makefile index d9c793160612..f842bfc5e97e 100644 --- a/sound/soc/intel/avs/Makefile +++ b/sound/soc/intel/avs/Makefile @@ -1,5 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only snd-soc-avs-objs := dsp.o ipc.o messages.o utils.o core.o loader.o +snd-soc-avs-objs += cldma.o obj-$(CONFIG_SND_SOC_INTEL_AVS) += snd-soc-avs.o |