mbox series

[0/4] ASoC: intel: sof_sdw: Remove large global CPUs array

Message ID 20230915075611.1619548-1-yung-chuan.liao@linux.intel.com
Headers show
Series ASoC: intel: sof_sdw: Remove large global CPUs array | expand

Message

Liao, Bard Sept. 15, 2023, 7:56 a.m. UTC
Rather than keeping a single array of CPU dai link components allocate a
smaller one for each DAI link, this reduces the amount of state that
needs to be passed back and forth in the driver.

Charles Keepax (4):
  ASoC: intel: sof_sdw: Move sdw_pin_index into private struct
  ASoC: intel: sof_sdw: Add simple DAI link creation helper
  ASoC: intel: sof_sdw: Make create_sdw_dailink allocate link components
  ASoC: intel: sof_sdw: Increment be_id in init_dai_link

 sound/soc/intel/boards/sof_sdw.c        | 244 ++++++++++--------------
 sound/soc/intel/boards/sof_sdw_common.h |   4 +
 2 files changed, 101 insertions(+), 147 deletions(-)

Comments

Mark Brown Sept. 16, 2023, 1:11 a.m. UTC | #1
On Fri, 15 Sep 2023 15:56:07 +0800, Bard Liao wrote:
> Rather than keeping a single array of CPU dai link components allocate a
> smaller one for each DAI link, this reduces the amount of state that
> needs to be passed back and forth in the driver.
> 
> Charles Keepax (4):
>   ASoC: intel: sof_sdw: Move sdw_pin_index into private struct
>   ASoC: intel: sof_sdw: Add simple DAI link creation helper
>   ASoC: intel: sof_sdw: Make create_sdw_dailink allocate link components
>   ASoC: intel: sof_sdw: Increment be_id in init_dai_link
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/4] ASoC: intel: sof_sdw: Move sdw_pin_index into private struct
      commit: fc46ecf34782c0d3ec8224ce6003a2631f8a93f1
[2/4] ASoC: intel: sof_sdw: Add simple DAI link creation helper
      commit: b359760d95eecaabd081c1c2cd58e0a15fe5a68c
[3/4] ASoC: intel: sof_sdw: Make create_sdw_dailink allocate link components
      commit: f6c0273ba936c80632f5edfb5659e49b8bf6b6a9
[4/4] ASoC: intel: sof_sdw: Increment be_id in init_dai_link
      commit: 7a35d05f1e7687bbb57b97efe6d0af560826507e

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark