mbox series

[0/4] ASoC: SOF: Add SKL/KBL support for IPC4 CI tests

Message ID 20220919123617.44096-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: Add SKL/KBL support for IPC4 CI tests | expand

Message

Pierre-Louis Bossart Sept. 19, 2022, 12:36 p.m. UTC
This patchset was submitted earlier in April 2022 as part of the
"ASoC: SOF: add INTEL_IPC4 plumbing" series. As requested the SKL/KBL
support is moved to a different series.

This updates adds minor style fixes and the ops that were missing at
the time.  SKL and KBL daily tests have been running for several
months and helped identify missing sequences in the SOF driver for
HDaudio links, or platform differences that the driver did not account
for (number of pipelines, etc).

Note that this capability is not recommended for any distribution, it
is ONLY for SOF IPC4 CI tests on HDaudio devices, we will not extend
this SKL/KBL support for I2S devices based on ES8336 or Chromebooks
which are ONLY supported by the AVS driver.

This patchset is dependent on the series " ASoC: SOF: start using
tracing instead of dev_dbg"

Pierre-Louis Bossart (4):
  ASoC: SOF: Intel: hda-dsp: expose functions for SKL support
  ASoC: SOF: Intel: add SKL/KBL hardware code loader
  ASoC: SOF: Intel: add initial SKL/KBL hardware support
  ASoC: SOF: Intel: add ops for SKL/KBL

 sound/soc/sof/intel/Kconfig          |  25 ++
 sound/soc/sof/intel/Makefile         |   4 +
 sound/soc/sof/intel/hda-dsp.c        |   4 +-
 sound/soc/sof/intel/hda-ipc.c        |   8 +
 sound/soc/sof/intel/hda-loader-skl.c | 580 +++++++++++++++++++++++++++
 sound/soc/sof/intel/hda.c            |   2 +
 sound/soc/sof/intel/hda.h            |  12 +
 sound/soc/sof/intel/pci-skl.c        |  91 +++++
 sound/soc/sof/intel/skl.c            | 114 ++++++
 9 files changed, 838 insertions(+), 2 deletions(-)
 create mode 100644 sound/soc/sof/intel/hda-loader-skl.c
 create mode 100644 sound/soc/sof/intel/pci-skl.c
 create mode 100644 sound/soc/sof/intel/skl.c

Comments

Mark Brown Sept. 21, 2022, 9:22 a.m. UTC | #1
On Mon, 19 Sep 2022 14:36:13 +0200, Pierre-Louis Bossart wrote:
> This patchset was submitted earlier in April 2022 as part of the
> "ASoC: SOF: add INTEL_IPC4 plumbing" series. As requested the SKL/KBL
> support is moved to a different series.
> 
> This updates adds minor style fixes and the ops that were missing at
> the time.  SKL and KBL daily tests have been running for several
> months and helped identify missing sequences in the SOF driver for
> HDaudio links, or platform differences that the driver did not account
> for (number of pipelines, etc).
> 
> [...]

Applied to

   broonie/sound.git for-next

Thanks!

[1/4] ASoC: SOF: Intel: hda-dsp: expose functions for SKL support
      commit: 556eb41622b01c50dbc330e03bad2b0a5a082428
[2/4] ASoC: SOF: Intel: add SKL/KBL hardware code loader
      commit: c712be3427ca7b76800f335a6cfabdddab380c27
[3/4] ASoC: SOF: Intel: add initial SKL/KBL hardware support
      commit: e2379d4a83da44816009971e932db31e665d41a1
[4/4] ASoC: SOF: Intel: add ops for SKL/KBL
      commit: 52d7939d10f25bc6635caa4d390e79a034626f79

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