mbox series

[0/4] ASoC: SOF: misc updates for 6.7

Message ID 20231012191850.147140-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoC: SOF: misc updates for 6.7 | expand

Message

Pierre-Louis Bossart Oct. 12, 2023, 7:18 p.m. UTC
New PCI ID, one fix for a delayed IRQ thread causing issues, one
update for debug and one follow-up cleanup for the .remove callback.

Arun T (1):
  ASoC: SOF: Intel: pci-mtl: use ARL specific firmware definitions

Peter Ujfalusi (2):
  ASoC: SOF: Intel: hda-dsp: Make sure that no irq handler is pending
    before suspend
  ASoC: SOF: ipc4: Dump the notification payload

Pierre-Louis Bossart (1):
  ASoC: SOF: make .remove callback return void

 sound/soc/sof/amd/acp.c                |  4 ++--
 sound/soc/sof/amd/acp.h                |  2 +-
 sound/soc/sof/imx/imx8.c               |  4 +---
 sound/soc/sof/imx/imx8m.c              |  4 +---
 sound/soc/sof/imx/imx8ulp.c            |  4 +---
 sound/soc/sof/intel/byt.c              |  4 +---
 sound/soc/sof/intel/hda-dsp.c          |  3 +++
 sound/soc/sof/intel/hda.c              |  4 +---
 sound/soc/sof/intel/hda.h              |  2 +-
 sound/soc/sof/intel/pci-mtl.c          | 31 ++++++++++++++++++++++++++
 sound/soc/sof/ipc4.c                   |  4 ++++
 sound/soc/sof/mediatek/mt8186/mt8186.c |  4 +---
 sound/soc/sof/mediatek/mt8195/mt8195.c |  4 +---
 sound/soc/sof/ops.h                    |  6 ++---
 sound/soc/sof/sof-priv.h               |  2 +-
 15 files changed, 52 insertions(+), 30 deletions(-)

Comments

Mark Brown Oct. 16, 2023, 3:33 p.m. UTC | #1
On Thu, 12 Oct 2023 15:18:46 -0400, Pierre-Louis Bossart wrote:
> New PCI ID, one fix for a delayed IRQ thread causing issues, one
> update for debug and one follow-up cleanup for the .remove callback.
> 
> Arun T (1):
>   ASoC: SOF: Intel: pci-mtl: use ARL specific firmware definitions
> 
> Peter Ujfalusi (2):
>   ASoC: SOF: Intel: hda-dsp: Make sure that no irq handler is pending
>     before suspend
>   ASoC: SOF: ipc4: Dump the notification payload
> 
> [...]

Applied to

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

Thanks!

[1/4] ASoC: SOF: Intel: pci-mtl: use ARL specific firmware definitions
      commit: 3851831f529ec3d7b2c7708b2579bfc00d43733c
[2/4] ASoC: SOF: Intel: hda-dsp: Make sure that no irq handler is pending before suspend
      commit: 576a0b71b5b479008dacb3047a346625040f5ac6
[3/4] ASoC: SOF: ipc4: Dump the notification payload
      commit: a2d952ba90de2197a27e1443b783265a91760507
[4/4] ASoC: SOF: make .remove callback return void
      commit: e4d09de3919bb0ed5327acb238e849f3287f2706

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