mbox series

[0/5] ASoc: SOF: misc updates for 6.10

Message ID 20240426153902.39560-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoc: SOF: misc updates for 6.10 | expand

Message

Pierre-Louis Bossart April 26, 2024, 3:38 p.m. UTC
Fixes when fw_lib_prefix is not set, updated error messages, improved
dmesg logs to SoundWire configurations not supported by ACPI
tables/topology and support for IEC61937 passthrough.

Peter Ujfalusi (2):
  ASoC: SOF: debug: Handle cases when fw_lib_prefix is not set, NULL
  ASoC: SOF: ipc4-topology: Advertise passthrough capable PCMs (using
    ChainDMA)

Pierre-Louis Bossart (2):
  ASoC: SOF: Intel: hda: simplify and reduce indentation for
    hda_sdw_machine_select()
  ASoC: SOF: Intel: hda: list SoundWire peripherals on mismatch

Yong Zhi (1):
  ASoC: SOF: topology: remove incorrect widget id in error message

 sound/soc/sof/debug.c         |  23 ++++-
 sound/soc/sof/intel/hda.c     | 154 +++++++++++++++++++---------------
 sound/soc/sof/ipc4-topology.c |  50 +++++++++++
 sound/soc/sof/topology.c      |   7 +-
 4 files changed, 160 insertions(+), 74 deletions(-)

Comments

Mark Brown May 1, 2024, 1:43 p.m. UTC | #1
On Fri, 26 Apr 2024 10:38:57 -0500, Pierre-Louis Bossart wrote:
> Fixes when fw_lib_prefix is not set, updated error messages, improved
> dmesg logs to SoundWire configurations not supported by ACPI
> tables/topology and support for IEC61937 passthrough.
> 
> Peter Ujfalusi (2):
>   ASoC: SOF: debug: Handle cases when fw_lib_prefix is not set, NULL
>   ASoC: SOF: ipc4-topology: Advertise passthrough capable PCMs (using
>     ChainDMA)
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: SOF: debug: Handle cases when fw_lib_prefix is not set, NULL
      commit: b32487ca7b51ce430f15ec785269f11c25a6a560
[2/5] ASoC: SOF: topology: remove incorrect widget id in error message
      commit: 490e6c9b81e0c22087d250246717aee26ac5002e
[3/5] ASoC: SOF: Intel: hda: simplify and reduce indentation for hda_sdw_machine_select()
      commit: 5d4788b2647fabeaeeaf331e53451e0ed6241252
[4/5] ASoC: SOF: Intel: hda: list SoundWire peripherals on mismatch
      commit: 7ff01ca730f240811c13d9c3f8f8030211b3c911
[5/5] ASoC: SOF: ipc4-topology: Advertise passthrough capable PCMs (using ChainDMA)
      commit: eed4872a4220f30de37aeca695d2881630410b66

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