mbox series

[00/12] ASoC: Intel: updates for 6.10 - part4

Message ID 20240411220347.131267-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoC: Intel: updates for 6.10 - part4 | expand

Message

Pierre-Louis Bossart April 11, 2024, 10:03 p.m. UTC
More cleanups from Brent, notably the removal of the redundant
cml_rt1011_rt5682 machine driver, fixes for SoundWire platforms and
changes to sof_rt5682 to allow for 96+ sampling rates.

For the rest of this kernel cycle, we are still working on SoundWire
updates for MeteorLake (usual missing ACPI signature required for
topology selection and jack detection information). We'll provide
those patches as soon as they are reviewed/validated.

Bard Liao (2):
  ASoC: Intel: sof_sdw: add missing sof_sdw_rt_amp_init for Realtek
    multi-function codecs
  ASoC: Intel: sof_rt5682: use RT5682S_PLL1 if needed

Brent Lu (6):
  ASoC: Intel: sof_da7219: mach cleanup for adl boards
  ASoC: Intel: sof_da7219: mach cleanup for rpl boards
  ASoC: Intel: sof_da7219: add mtl_da7219_def for mtl boards
  ASoC: Intel: sof_realtek_common: support 4xALC1011 amplifier
  ASoC: Intel: sof_rt5682: support ALC1011 on cml boards
  ASoC: Intel: cml_rt1011_rt5682: delete driver

Pierre-Louis Bossart (4):
  ASoC: Intel: soc-acpi: add support for HP Omen14 SoundWire
    configuration
  ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14
  ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F
  ASoC: Intel: sof_sdw: remove FOUR_SPEAKER quirks

 sound/soc/intel/boards/Kconfig                |  12 +-
 sound/soc/intel/boards/Makefile               |   2 -
 sound/soc/intel/boards/cml_rt1011_rt5682.c    | 609 ------------------
 sound/soc/intel/boards/sof_da7219.c           |   8 +
 sound/soc/intel/boards/sof_realtek_common.c   | 178 ++++-
 sound/soc/intel/boards/sof_realtek_common.h   |   4 +-
 sound/soc/intel/boards/sof_rt5682.c           |  37 +-
 sound/soc/intel/boards/sof_sdw.c              |  87 ++-
 sound/soc/intel/boards/sof_sdw_common.h       |   1 +
 .../intel/common/soc-acpi-intel-adl-match.c   |  19 +-
 .../intel/common/soc-acpi-intel-cml-match.c   |   2 +-
 .../intel/common/soc-acpi-intel-mtl-match.c   |  36 ++
 .../intel/common/soc-acpi-intel-rpl-match.c   |  19 +-
 13 files changed, 297 insertions(+), 717 deletions(-)
 delete mode 100644 sound/soc/intel/boards/cml_rt1011_rt5682.c

Comments

Mark Brown April 15, 2024, 2:26 a.m. UTC | #1
On Thu, 11 Apr 2024 17:03:35 -0500, Pierre-Louis Bossart wrote:
> More cleanups from Brent, notably the removal of the redundant
> cml_rt1011_rt5682 machine driver, fixes for SoundWire platforms and
> changes to sof_rt5682 to allow for 96+ sampling rates.
> 
> For the rest of this kernel cycle, we are still working on SoundWire
> updates for MeteorLake (usual missing ACPI signature required for
> topology selection and jack detection information). We'll provide
> those patches as soon as they are reviewed/validated.
> 
> [...]

Applied to

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

Thanks!

[01/12] ASoC: Intel: sof_sdw: add missing sof_sdw_rt_amp_init for Realtek multi-function codecs
        commit: 7fda0efaa5fe6e93bb79a3a540a4b881ef788f66
[02/12] ASoC: Intel: soc-acpi: add support for HP Omen14 SoundWire configuration
        commit: 0f8edb15fb6e436f0da7ab25ffcbcaab3def7e8c
[03/12] ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14
        commit: 4fee07fbf47d2a5f1065d985459e5ce7bf7969f0
[04/12] ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F
        commit: b10cb955c6c0b8dbd9a768166d71cc12680b7fdf
[05/12] ASoC: Intel: sof_sdw: remove FOUR_SPEAKER quirks
        commit: 744866d28fe6b1a651e63d03a57e06d66e3d460a
[06/12] ASoC: Intel: sof_da7219: mach cleanup for adl boards
        commit: 36a621070b4854670c43138bb8b19bdf8df77bbd
[07/12] ASoC: Intel: sof_da7219: mach cleanup for rpl boards
        commit: c3d1818f5ef5a9a930e468a799ccf1cade91e350
[08/12] ASoC: Intel: sof_da7219: add mtl_da7219_def for mtl boards
        commit: fe18a4be97d4064c9f3113f819780162cc586f16
[09/12] ASoC: Intel: sof_realtek_common: support 4xALC1011 amplifier
        commit: 551fb5593c2bd34e8711efe01dddf22d9c6200b2
[10/12] ASoC: Intel: sof_rt5682: support ALC1011 on cml boards
        commit: 6136d879f3c2240db636d614a1c39f17c6ceaf36
[11/12] ASoC: Intel: cml_rt1011_rt5682: delete driver
        commit: ca571e5a2e45b1a4113af2370fd1cf895f0b46d4
[12/12] ASoC: Intel: sof_rt5682: use RT5682S_PLL1 if needed
        commit: dcc2cd8000d11a046680a7476b0d96b0b956454a

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