mbox series

[0/8] ASoC: Intel: machine driver updates

Message ID 20230512173305.65399-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: machine driver updates | expand

Message

Pierre-Louis Bossart May 12, 2023, 5:32 p.m. UTC
Several updates for RPL/MTL/LNL, and one fix for SoundWire TGL device.

Bard Liao (3):
  ASoC: Intel: sof_sdw: remove SOF_SDW_TGL_HDMI for MeteorLake devices
  ASoC: Intel: sof_sdw: add quirk for MTL RVP
  ASoC: Intel: sof_sdw: start set codec init function with an adr index

Chao Song (1):
  ASoC: Intel: soc-acpi: add support for MTL SDCA boards

Peter Ujfalusi (1):
  ASoC: Intel: sof_sdw: add quirk for LNL RVP

Pierre-Louis Bossart (2):
  ASoC: Intel: sof_sdw: add new mapping for HP Spectre x360
  ASoC: Intel: soc-acpi: add tables for LunarLake

Terry Cheong (1):
  ASoC: Intel: Add rpl_max98373_8825 driver

 include/sound/soc-acpi-intel-match.h          |  2 +
 sound/soc/intel/boards/sof_nau8825.c          | 10 +++
 sound/soc/intel/boards/sof_sdw.c              | 49 +++++++++++--
 sound/soc/intel/common/Makefile               |  1 +
 .../intel/common/soc-acpi-intel-lnl-match.c   | 72 +++++++++++++++++++
 .../intel/common/soc-acpi-intel-mtl-match.c   | 57 +++++++++++++++
 .../intel/common/soc-acpi-intel-rpl-match.c   | 12 ++++
 7 files changed, 197 insertions(+), 6 deletions(-)
 create mode 100644 sound/soc/intel/common/soc-acpi-intel-lnl-match.c

Comments

Mark Brown May 15, 2023, 3:22 p.m. UTC | #1
On Fri, 12 May 2023 12:32:57 -0500, Pierre-Louis Bossart wrote:
> Several updates for RPL/MTL/LNL, and one fix for SoundWire TGL device.
> 
> Bard Liao (3):
>   ASoC: Intel: sof_sdw: remove SOF_SDW_TGL_HDMI for MeteorLake devices
>   ASoC: Intel: sof_sdw: add quirk for MTL RVP
>   ASoC: Intel: sof_sdw: start set codec init function with an adr index
> 
> [...]

Applied to

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

Thanks!

[1/8] ASoC: Intel: Add rpl_max98373_8825 driver
      commit: 8899672f8847f1ac7767b1431266c01741047e37
[2/8] ASoC: Intel: sof_sdw: remove SOF_SDW_TGL_HDMI for MeteorLake devices
      commit: 0db94947c9d3da16aa31d152b7d26fab78b02cb9
[3/8] ASoC: Intel: sof_sdw: add quirk for MTL RVP
      commit: 289e1df00e49a229a1c924c059242e759a552f01
[4/8] ASoC: Intel: soc-acpi: add support for MTL SDCA boards
      commit: b06e33aa0ad46bb1cc68c0cec61f86a183f8dd43
[5/8] ASoC: Intel: sof_sdw: start set codec init function with an adr index
      commit: f0c8d83ab1a3532ebeb1a89acb649be01657aed8
[6/8] ASoC: Intel: sof_sdw: add new mapping for HP Spectre x360
      commit: 49d1f3ccc876eec87be41b5ee816d723b9a53ae2
[7/8] ASoC: Intel: soc-acpi: add tables for LunarLake
      commit: bf10d002b69da64001a22763ba46ccc1405de8ba
[8/8] ASoC: Intel: sof_sdw: add quirk for LNL RVP
      commit: dfe25fea968dc4884e12d471c8263f0f611b380a

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