mbox series

[0/7] SOF fixes and updates

Message ID 20200825235040.1586478-1-ranjani.sridharan@linux.intel.com (mailing list archive)
Headers show
Series SOF fixes and updates | expand

Message

Ranjani Sridharan Aug. 25, 2020, 11:50 p.m. UTC
This series includes fixes for error reporting, topology parsing and
runtime PM issues along with updates for DMIC support and IMX platforms.

Iulian Olaru (2):
  ASoC: SOF: imx: Replace sdev->private with sdev->pdata->hw_pdata
  ASoC: SOF: sof-of-dev: Add .arch_ops field

Jaska Uimonen (1):
  ASoC: SOF: intel: hda: support also devices with 1 and 3 dmics

Keyon Jie (1):
  ASoC: SOF: topology: fix the ipc_size calculation for process
    component

Rander Wang (1):
  ASoC: SOF: fix a runtime pm issue in SOF when HDMI codec doesn't work

Ranjani Sridharan (2):
  ASoC: SOF: Intel: hda: report error only for the last ROM init
    iteration
  ASoC: SOF: Intel: hda: add extended rom status dump to error log

 sound/soc/sof/imx/Kconfig        |  2 ++
 sound/soc/sof/imx/imx8.c         | 17 +++++++++----
 sound/soc/sof/imx/imx8m.c        | 10 +++++---
 sound/soc/sof/intel/hda-codec.c  |  4 +--
 sound/soc/sof/intel/hda-loader.c | 42 +++++++++++++++++++-------------
 sound/soc/sof/intel/hda.c        | 26 +++++++++++++++++++-
 sound/soc/sof/topology.c         |  4 +--
 7 files changed, 74 insertions(+), 31 deletions(-)

Comments

Mark Brown Aug. 26, 2020, 12:55 p.m. UTC | #1
On Tue, 25 Aug 2020 16:50:33 -0700, Ranjani Sridharan wrote:
> This series includes fixes for error reporting, topology parsing and
> runtime PM issues along with updates for DMIC support and IMX platforms.
> 
> Iulian Olaru (2):
>   ASoC: SOF: imx: Replace sdev->private with sdev->pdata->hw_pdata
>   ASoC: SOF: sof-of-dev: Add .arch_ops field
> 
> [...]

Applied to

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

Thanks!

[1/7] ASoC: SOF: Intel: hda: report error only for the last ROM init iteration
      commit: 53ec753137f2a407c949cef3158e89ece7688637
[2/7] ASoC: SOF: fix a runtime pm issue in SOF when HDMI codec doesn't work
      commit: 6c63c954e1c52f1262f986f36d95f557c6f8fa94
[3/7] ASoC: SOF: intel: hda: support also devices with 1 and 3 dmics
      commit: 3dca35e35b42b3405ddad7ee95c02a2d8cf28592
[4/7] ASoC: SOF: topology: fix the ipc_size calculation for process component
      commit: 878694dcbe51794c7a68195b92a3707ed4ff5826
[5/7] ASoC: SOF: Intel: hda: add extended rom status dump to error log
      commit: 29c8e4398f02adacd429c7847dacc8aea5a0c2f1
[6/7] ASoC: SOF: imx: Replace sdev->private with sdev->pdata->hw_pdata
      commit: 17b3f99a360d76fed46e7ec1e12d6670bd7ca884
[7/7] ASoC: SOF: sof-of-dev: Add .arch_ops field
      commit: 5a1fa00ad74bd5e77feab84a6d64c06f267df415

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