mbox series

[00/10] ASoC: SOF: updates for 5.18

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

Message

Pierre-Louis Bossart March 4, 2022, 8:57 p.m. UTC
A couple of updates for Intel and AMD hardware, along with minor
cleanups

Ajit Kumar Pandey (4):
  ASoC: SOF: amd: Flush cache after ATU_BASE_ADDR_GRP register update
  ASoC: SOF: amd: Use semaphore register to synchronize ipc's irq
  ASoC: SOF: amd: Move group register configuration to acp-loader
  ASoC: SOF: amd: Increase ACP_HW_SEM_RETRY_COUNT value

Curtis Malainey (1):
  ASoC: SOF: fix 32 signed bit overflow

Gongjun Song (1):
  ASoC: SOF: Intel: pci-tgl: add RPL-S support

Peter Ujfalusi (2):
  ASoC: SOF: amd: acp-pcm: Take buffer information directly from runtime
  ASoC: SOF: amd: Do not set ipc_pcm_params ops as it is optional

Pierre-Louis Bossart (2):
  ASoC: SOF: debug: clarify operator precedence
  ASoC: SOF: Intel: hda: clarify operator precedence

 include/sound/sof/header.h         |  2 +-
 include/uapi/sound/sof/abi.h       |  2 +-
 sound/soc/sof/amd/acp-dsp-offset.h |  1 +
 sound/soc/sof/amd/acp-ipc.c        | 22 ++++++++++++++--------
 sound/soc/sof/amd/acp-loader.c     |  9 +++++++++
 sound/soc/sof/amd/acp-pcm.c        |  7 ++++---
 sound/soc/sof/amd/acp-stream.c     |  3 +++
 sound/soc/sof/amd/acp.c            | 29 ++++++++++++++---------------
 sound/soc/sof/amd/acp.h            |  3 +--
 sound/soc/sof/amd/renoir.c         |  1 -
 sound/soc/sof/debug.c              |  2 +-
 sound/soc/sof/intel/hda.c          |  2 +-
 sound/soc/sof/intel/pci-tgl.c      |  2 ++
 13 files changed, 52 insertions(+), 33 deletions(-)

Comments

Mark Brown March 7, 2022, 8:39 p.m. UTC | #1
On Fri, 4 Mar 2022 14:57:23 -0600, Pierre-Louis Bossart wrote:
> A couple of updates for Intel and AMD hardware, along with minor
> cleanups
> 
> Ajit Kumar Pandey (4):
>   ASoC: SOF: amd: Flush cache after ATU_BASE_ADDR_GRP register update
>   ASoC: SOF: amd: Use semaphore register to synchronize ipc's irq
>   ASoC: SOF: amd: Move group register configuration to acp-loader
>   ASoC: SOF: amd: Increase ACP_HW_SEM_RETRY_COUNT value
> 
> [...]

Applied to

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

Thanks!

[01/10] ASoC: SOF: Intel: pci-tgl: add RPL-S support
        commit: d66c57c5ff8a24859fe7506d290d0b705c2576c0
[02/10] ASoC: SOF: amd: acp-pcm: Take buffer information directly from runtime
        commit: edca0623f6d7928b312780d4e885258ca9e562fe
[03/10] ASoC: SOF: amd: Do not set ipc_pcm_params ops as it is optional
        commit: 9c2611b2a620f90219f85e4b40bbe3e26ab81e2c
[04/10] ASoC: SOF: amd: Flush cache after ATU_BASE_ADDR_GRP register update
        commit: b7485ec850591ad62fde0526bd7fdc56cdc04efd
[05/10] ASoC: SOF: amd: Use semaphore register to synchronize ipc's irq
        commit: dc0d4ed26dd2166b47c29d6a9829ac798e62a0fc
[06/10] ASoC: SOF: amd: Move group register configuration to acp-loader
        commit: 7cf467ac9cf33f0975095f080a79f6ec6d9be5b6
[07/10] ASoC: SOF: amd: Increase ACP_HW_SEM_RETRY_COUNT value
        commit: 8e85cab858562734b9d323f392ba9956bbdc133c
[08/10] ASoC: SOF: fix 32 signed bit overflow
        commit: 4aaa06b227f737da5c10feb93a6b203920d5a1e7
[09/10] ASoC: SOF: debug: clarify operator precedence
        commit: 9188812539d1d9a13dac690c95ec657259859ba4
[10/10] ASoC: SOF: Intel: hda: clarify operator precedence
        commit: 0f33105bb2f77c870542d5bc08cf94b8c4e26f36

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