Searched hist:f14a1c5a9f830025dc8638303ddefd5f731ae4bc (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/soc/intel/avs/ |
H A D | ipc.c | diff f14a1c5a9f830025dc8638303ddefd5f731ae4bc Fri Mar 11 09:35:34 CST 2022 Cezary Rojewski <cezary.rojewski@intel.com> ASoC: Intel: avs: Add module management requests
Firmware modules implement processing algorithms. Their lifecycle, similarly to pipelines is being controlled by IPCs: initialization, deletion and (un)binding.
Modules can be configured at runtime - runtime parameters. This is done with help of LARGE_CONFIG IPCs: getter and setter.
Due to firmware limitations, LARGE_CONFIG_GET handler implementation does not support retrieving payload with size larger than IPC inbox window size.
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-8-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
|
H A D | messages.c | diff f14a1c5a9f830025dc8638303ddefd5f731ae4bc Fri Mar 11 09:35:34 CST 2022 Cezary Rojewski <cezary.rojewski@intel.com> ASoC: Intel: avs: Add module management requests
Firmware modules implement processing algorithms. Their lifecycle, similarly to pipelines is being controlled by IPCs: initialization, deletion and (un)binding.
Modules can be configured at runtime - runtime parameters. This is done with help of LARGE_CONFIG IPCs: getter and setter.
Due to firmware limitations, LARGE_CONFIG_GET handler implementation does not support retrieving payload with size larger than IPC inbox window size.
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-8-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
|
H A D | messages.h | diff f14a1c5a9f830025dc8638303ddefd5f731ae4bc Fri Mar 11 09:35:34 CST 2022 Cezary Rojewski <cezary.rojewski@intel.com> ASoC: Intel: avs: Add module management requests
Firmware modules implement processing algorithms. Their lifecycle, similarly to pipelines is being controlled by IPCs: initialization, deletion and (un)binding.
Modules can be configured at runtime - runtime parameters. This is done with help of LARGE_CONFIG IPCs: getter and setter.
Due to firmware limitations, LARGE_CONFIG_GET handler implementation does not support retrieving payload with size larger than IPC inbox window size.
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-8-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
|