mbox series

[0/7] ASoC: SOF: code cleanups for 5.14

Message ID 20210521092804.3721324-1-kai.vehmanen@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: code cleanups for 5.14 | expand

Message

Kai Vehmanen May 21, 2021, 9:27 a.m. UTC
Set of code cleanups for issues found in code review.

Jaska Uimonen (1):
  ASoC: SOF: topology: fix assignment to use le32_to_cpu

Keyon Jie (1):
  ASoC: SOF: ops: print out the polling register

Peter Ujfalusi (4):
  ASoC: SOF: Check desc->ops directly in acpi/pci/of probe functions
  ASoC: SOF: pci: No need to cast second time to save the desc
  ASoC: SOF: loader: Use snd_sof_dsp_block_read() instead
    sof_block_read()
  ASoC: SOF: Intel: hda: Remove conditions against CONFIG_PCI

Pierre-Louis Bossart (1):
  ASoC: SOF: ops: don't return void value

 sound/soc/sof/intel/hda.c    |  8 +++-----
 sound/soc/sof/loader.c       |  2 +-
 sound/soc/sof/ops.h          | 10 ++++++----
 sound/soc/sof/sof-acpi-dev.c |  5 +----
 sound/soc/sof/sof-of-dev.c   |  5 +----
 sound/soc/sof/sof-pci-dev.c  |  7 ++-----
 sound/soc/sof/topology.c     |  2 +-
 7 files changed, 15 insertions(+), 24 deletions(-)


base-commit: aa736700f42fa0813e286ca2f9274ffaa25163b9

Comments

Mark Brown May 21, 2021, 3:08 p.m. UTC | #1
On Fri, 21 May 2021 12:27:57 +0300, Kai Vehmanen wrote:
> Set of code cleanups for issues found in code review.
> 
> Jaska Uimonen (1):
>   ASoC: SOF: topology: fix assignment to use le32_to_cpu
> 
> Keyon Jie (1):
>   ASoC: SOF: ops: print out the polling register
> 
> [...]

Applied to

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

Thanks!

[1/7] ASoC: SOF: Check desc->ops directly in acpi/pci/of probe functions
      commit: fd979ec12eebcfb718f2c7c28b336d891d439f85
[2/7] ASoC: SOF: pci: No need to cast second time to save the desc
      commit: e5eaa4e66f538b8ba4928785a62edf8ffcf7c053
[3/7] ASoC: SOF: ops: print out the polling register
      commit: 3b2e93ed12381fa1c33169202f2cdffbb18157c4
[4/7] ASoC: SOF: loader: Use snd_sof_dsp_block_read() instead sof_block_read()
      commit: c03459415c5120fe03dd7d9824880acc8b7f2693
[5/7] ASoC: SOF: topology: fix assignment to use le32_to_cpu
      commit: ccaea61a8d1b8180cc3c470e383381884e4bc1f2
[6/7] ASoC: SOF: ops: don't return void value
      commit: 4f50f16e9414ea41d5c142fd880faab060472a6b
[7/7] ASoC: SOF: Intel: hda: Remove conditions against CONFIG_PCI
      commit: 9d5536e0e1ca8409665bdd80d951941d5ce19b8a

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