mbox series

[v2,0/2] ASoC: SOF: AMD updates

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

Message

Pierre-Louis Bossart April 21, 2022, 4:58 p.m. UTC
these patches were originally submitted in the "ASoC: SOF:
AMD/Mediatek updates" series, but there was a bisect
issue on the first patch.

sound/soc/sof/amd/acp.c:176:29: error: unused variable ‘sdev’
[-Werror=unused-variable]

resubmitting as v2 with each patch compiling without warning.

Ajit Kumar Pandey (2):
  ASoC: SOF: amd: Add psp_mbox_ready() and psp_send_cmd() callback
  ASoC: SOF: amd: Use dedicated MBOX for ACP and PSP communication

 sound/soc/sof/amd/acp.c | 66 ++++++++++++++++++++++++++++++++++++-----
 sound/soc/sof/amd/acp.h |  6 ++--
 2 files changed, 63 insertions(+), 9 deletions(-)

Comments

Mark Brown April 21, 2022, 6:38 p.m. UTC | #1
On Thu, 21 Apr 2022 11:58:18 -0500, Pierre-Louis Bossart wrote:
> these patches were originally submitted in the "ASoC: SOF:
> AMD/Mediatek updates" series, but there was a bisect
> issue on the first patch.
> 
> sound/soc/sof/amd/acp.c:176:29: error: unused variable ‘sdev’
> [-Werror=unused-variable]
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: SOF: amd: Add psp_mbox_ready() and psp_send_cmd() callback
      commit: bbdcd3d590cad744db46cb94649833db3575df49
[2/2] ASoC: SOF: amd: Use dedicated MBOX for ACP and PSP communication
      commit: d2be77b382328b46a79635bfd9e959a96bb6ac29

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