[PATCH 0/2] ASoC/SoundWire: Simply interrupt enabling for Intel

Bard Liao posted 2 patches 1 month, 3 weeks ago
drivers/soundwire/intel_ace2x.c |  7 +++++++
include/sound/hda-mlink.h       |  4 ++++
sound/soc/sof/intel/hda-dsp.c   |  5 -----
sound/soc/sof/intel/hda-mlink.c | 18 ++++++++++++++++++
sound/soc/sof/intel/hda.c       |  2 --
sound/soc/sof/intel/lnl.c       | 10 ----------
6 files changed, 29 insertions(+), 17 deletions(-)
[PATCH 0/2] ASoC/SoundWire: Simply interrupt enabling for Intel
Posted by Bard Liao 1 month, 3 weeks ago
It is more logical to couple interrupt enabling/disabling with
power-up/down sequences.

The change is mainly on ASoC tree. Can we go via ASoC tree with Vinod's
Acked-by tag?

Pierre-Louis Bossart (2):
  ASoC: SOF: Intel: hda-mlink: expose unlocked interrupt enable routine
  ASoC/SoundWire: Intel: lnl: enable interrupts after first
    power-up/before last power-down

 drivers/soundwire/intel_ace2x.c |  7 +++++++
 include/sound/hda-mlink.h       |  4 ++++
 sound/soc/sof/intel/hda-dsp.c   |  5 -----
 sound/soc/sof/intel/hda-mlink.c | 18 ++++++++++++++++++
 sound/soc/sof/intel/hda.c       |  2 --
 sound/soc/sof/intel/lnl.c       | 10 ----------
 6 files changed, 29 insertions(+), 17 deletions(-)

-- 
2.43.0
Re: [PATCH 0/2] ASoC/SoundWire: Simply interrupt enabling for Intel
Posted by Mark Brown 1 month, 2 weeks ago
On Mon, 07 Oct 2024 20:12:39 +0800, Bard Liao wrote:
> It is more logical to couple interrupt enabling/disabling with
> power-up/down sequences.
> 
> The change is mainly on ASoC tree. Can we go via ASoC tree with Vinod's
> Acked-by tag?
> 
> Pierre-Louis Bossart (2):
>   ASoC: SOF: Intel: hda-mlink: expose unlocked interrupt enable routine
>   ASoC/SoundWire: Intel: lnl: enable interrupts after first
>     power-up/before last power-down
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: SOF: Intel: hda-mlink: expose unlocked interrupt enable routine
      commit: eac79786c7397925149a1bfc4bb704777cd42a99
[2/2] ASoC/SoundWire: Intel: lnl: enable interrupts after first power-up/before last power-down
      commit: e0941775e6bdcf45e6e20b7ff3bb87dbb7d92fbb

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