mbox series

[0/7] ASoC: Intel: Fixes

Message ID 20230519201711.4073845-1-amadeuszx.slawinski@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: Fixes | expand

Message

Amadeusz Sławiński May 19, 2023, 8:17 p.m. UTC
Series of fixes for issues found during development and testing,
primarly for avs driver.

Amadeusz Sławiński (4):
  ASoC: Intel: avs: Fix module lookup
  ASoC: Intel: avs: Access path components under lock
  ASoC: Intel: avs: Fix avs_path_module::instance_id size
  ASoC: Intel: avs: Add missing checks on FE startup

Cezary Rojewski (3):
  ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg
  ASoC: Intel: avs: Fix declaration of enum avs_channel_config
  ASoC: Intel: avs: Account for UID of ACPI device

 include/sound/soc-acpi.h                |  1 +
 include/uapi/sound/skl-tplg-interface.h |  3 ++-
 sound/soc/intel/avs/apl.c               |  6 +++++-
 sound/soc/intel/avs/avs.h               |  4 ++--
 sound/soc/intel/avs/board_selection.c   |  2 +-
 sound/soc/intel/avs/control.c           | 22 +++++++++++++++-------
 sound/soc/intel/avs/dsp.c               |  4 ++--
 sound/soc/intel/avs/messages.h          |  2 +-
 sound/soc/intel/avs/path.h              |  2 +-
 sound/soc/intel/avs/pcm.c               | 23 ++++++++++++++++++-----
 sound/soc/intel/avs/probes.c            |  2 +-
 11 files changed, 49 insertions(+), 22 deletions(-)

Comments

Mark Brown May 22, 2023, 3:01 p.m. UTC | #1
On Fri, 19 May 2023 22:17:04 +0200, Amadeusz Sławiński wrote:
> Series of fixes for issues found during development and testing,
> primarly for avs driver.
> 
> Amadeusz Sławiński (4):
>   ASoC: Intel: avs: Fix module lookup
>   ASoC: Intel: avs: Access path components under lock
>   ASoC: Intel: avs: Fix avs_path_module::instance_id size
>   ASoC: Intel: avs: Add missing checks on FE startup
> 
> [...]

Applied to

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

Thanks!

[1/7] ASoC: Intel: avs: Fix module lookup
      commit: ff04437f6dcd138b50483afc7b313f016020ce8f
[2/7] ASoC: Intel: avs: Access path components under lock
      commit: d849996f7458042af803b7d15a181922834c5249
[3/7] ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg
      commit: 95109657471311601b98e71f03d0244f48dc61bb
[4/7] ASoC: Intel: avs: Fix declaration of enum avs_channel_config
      commit: 1cf036deebcdec46d6348842bd2f8931202fd4cd
[5/7] ASoC: Intel: avs: Account for UID of ACPI device
      commit: 836855100b87b4dd7a82546131779dc255c18b67
[6/7] ASoC: Intel: avs: Fix avs_path_module::instance_id size
      commit: 320f4d868b83a804e3a4bd61a5b7d0f1db66380e
[7/7] ASoC: Intel: avs: Add missing checks on FE startup
      commit: 25148f57a2a6d157779bae494852e172952ba980

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