diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2022-03-31 15:52:46 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-04-19 13:04:04 +0200 |
commit | 274d79e5187558078fcf107445fe56ab2fbe4c97 (patch) | |
tree | 0bdd9f8dcd67dac55129eda75a8a40fea23ff923 /sound/soc/intel/Kconfig | |
parent | ASoC: Intel: avs: Prepare modules before bindings them (diff) | |
download | linux-274d79e5187558078fcf107445fe56ab2fbe4c97.tar.xz linux-274d79e5187558078fcf107445fe56ab2fbe4c97.zip |
ASoC: Intel: avs: Configure modules according to their type
Each module on DSP side serves a processing purpose. Depending on its
purpose, it needs different information during its initialization. Add
functions responsible for creating instances of specific module types
given the information coming from the topology file.
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/20220331135246.993089-15-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 5da3ce1535af..c364ddf22267 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -217,6 +217,7 @@ config SND_SOC_INTEL_AVS select SND_SOC_TOPOLOGY select SND_HDA_EXT_CORE select SND_HDA_DSP_LOADER + select SND_INTEL_NHLT help Enable support for Intel(R) cAVS 1.5 platforms with DSP capabilities. This includes Skylake, Kabylake, Amberlake and |