]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: Intel: avs: Move DSP-boot steps into individual functions
authorCezary Rojewski <cezary.rojewski@intel.com>
Mon, 3 Feb 2025 14:10:46 +0000 (15:10 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 3 Feb 2025 14:04:57 +0000 (14:04 +0000)
commite995c51903384be1c7aead246dc30cb5244179ac
treec91088b7b4af44985445f85fbe6a933166e74c02
parentb9fb91692af881736f8fa1741fa0dbadf07d99ee
ASoC: Intel: avs: Move DSP-boot steps into individual functions

To make DSP-boot code more readable, move each logical step into an
individual function and add the configure step which will be utilized by
follow up changes. To summarize, the steps are: loading the firmware
code, configuring the base firmware and, allocating driver resources
based on FW and HW capabilities.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://patch.msgid.link/20250203141051.2361323-7-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/avs/avs.h
sound/soc/intel/avs/loader.c