diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2022-03-11 16:35:44 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-03-11 17:24:10 +0100 |
commit | 092cf7b26a48a542d9aabfc0f517fa263102a4c1 (patch) | |
tree | 031990a3badfa351b26dd1cf1dda369b19a39221 /sound/soc/intel/Kconfig | |
parent | ASoC: Intel: avs: Code loading over CLDMA (diff) | |
download | linux-092cf7b26a48a542d9aabfc0f517fa263102a4c1.tar.xz linux-092cf7b26a48a542d9aabfc0f517fa263102a4c1.zip |
ASoC: Intel: avs: Code loading over HDA
Compared to SKL and KBL, more recent cAVS platforms are meant to re-use
one of HDAudio streams during boot procedure causing CLDMA to become
obsolete. Once transferred, given stream is returned to pool available
for audio streaming.
Module loading handler is stub as library and module code became
inseparable in later firmware generations.
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-18-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/Kconfig')
-rw-r--r-- | sound/soc/intel/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index e9768c4aa1a9..d025ca0c77fa 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -215,6 +215,7 @@ config SND_SOC_INTEL_AVS depends on COMMON_CLK select SND_SOC_ACPI select SND_HDA_EXT_CORE + select SND_HDA_DSP_LOADER help Enable support for Intel(R) cAVS 1.5 platforms with DSP capabilities. This includes Skylake, Kabylake, Amberlake and |