mbox series

[00/23] ASoC: Intel: updates for 6.10 - part6

Message ID 20240426152529.38345-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: updates for 6.10 - part6 | expand

Message

Pierre-Louis Bossart April 26, 2024, 3:25 p.m. UTC
Last batch of cleanups from Brent Lu, with Chromebooks now supported
with fewer modular machine drivers.

Bard Liao (1):
  ASoC: Intel: sof_rt5682: add missing MAX98357A config

Brent Lu (22):
  ASoC: Intel: nau8825/rt5682: move speaker widget to common modules
  ASoC: Intel: sof_maxim_common: support MAX98390 on cml boards
  ASoC: Intel: sof_da7219: support MAX98390
  ASoC: Intel: sof_da7219: add cml_da7219_def for cml boards
  ASoC: Intel: sof_da7219: support MAX98390 on cml boards
  ASoC: Intel: bxt_da7219_max98357a: remove MAX98390 support
  ASoC: Intel: sof_da7219: support MAX98357A
  ASoC: Intel: sof_da7219: support MAX98357A on cml boards
  ASoC: Intel: bxt_da7219_max98357a: remove cml support
  ASoC: Intel: sof_da7219: add glk_da7219_def for glk boards
  ASoC: Intel: sof_da7219: support MAX98357A on glk boards
  ASoC: Intel: bxt_da7219_max98357a: remove glk support
  ASoC: Intel: sof_rt5682: add glk_rt5682_def for glk boards
  ASoC: Intel: sof_rt5682: support MAX98357A on glk boards
  ASoC: Intel: glk_rt5682_max98357a: delete driver
  ASoC: Intel: sof-rt5682: add mclk_en to sof_rt5682_private
  ASoC: Intel: sof-rt5682: remove SOF_RT5682_MCLK_BYTCHT_EN
  ASoC: Intel: sof_rt5682: add icl_rt5682_def for icl boards
  ASoC: Intel: sof-rt5682: add driver_data to sof_rt5682 board
  ASoC: Intel: sof-rt5682: setup pll_id only when needed
  ASoC: Intel: sof-rt5682: get bclk frequency from topology
  ASoC: Intel: sof-rt5682: support bclk as PLL source on rt5682s

 sound/soc/intel/boards/Kconfig                |  41 +-
 sound/soc/intel/boards/Makefile               |   4 +-
 sound/soc/intel/boards/bxt_da7219_max98357a.c | 179 +----
 sound/soc/intel/boards/glk_rt5682_max98357a.c | 693 ------------------
 sound/soc/intel/boards/sof_board_helpers.h    |   2 +
 sound/soc/intel/boards/sof_da7219.c           | 110 ++-
 sound/soc/intel/boards/sof_maxim_common.c     | 108 ++-
 sound/soc/intel/boards/sof_nau8825.c          |   4 -
 sound/soc/intel/boards/sof_realtek_common.c   |  93 ++-
 sound/soc/intel/boards/sof_rt5682.c           | 233 +++---
 .../intel/common/soc-acpi-intel-cml-match.c   |   4 +-
 .../intel/common/soc-acpi-intel-glk-match.c   |   4 +-
 .../intel/common/soc-acpi-intel-icl-match.c   |   2 +-
 13 files changed, 461 insertions(+), 1016 deletions(-)
 delete mode 100644 sound/soc/intel/boards/glk_rt5682_max98357a.c

Comments

Mark Brown May 1, 2024, 1:43 p.m. UTC | #1
On Fri, 26 Apr 2024 10:25:06 -0500, Pierre-Louis Bossart wrote:
> Last batch of cleanups from Brent Lu, with Chromebooks now supported
> with fewer modular machine drivers.
> 
> Bard Liao (1):
>   ASoC: Intel: sof_rt5682: add missing MAX98357A config
> 
> Brent Lu (22):
>   ASoC: Intel: nau8825/rt5682: move speaker widget to common modules
>   ASoC: Intel: sof_maxim_common: support MAX98390 on cml boards
>   ASoC: Intel: sof_da7219: support MAX98390
>   ASoC: Intel: sof_da7219: add cml_da7219_def for cml boards
>   ASoC: Intel: sof_da7219: support MAX98390 on cml boards
>   ASoC: Intel: bxt_da7219_max98357a: remove MAX98390 support
>   ASoC: Intel: sof_da7219: support MAX98357A
>   ASoC: Intel: sof_da7219: support MAX98357A on cml boards
>   ASoC: Intel: bxt_da7219_max98357a: remove cml support
>   ASoC: Intel: sof_da7219: add glk_da7219_def for glk boards
>   ASoC: Intel: sof_da7219: support MAX98357A on glk boards
>   ASoC: Intel: bxt_da7219_max98357a: remove glk support
>   ASoC: Intel: sof_rt5682: add glk_rt5682_def for glk boards
>   ASoC: Intel: sof_rt5682: support MAX98357A on glk boards
>   ASoC: Intel: glk_rt5682_max98357a: delete driver
>   ASoC: Intel: sof-rt5682: add mclk_en to sof_rt5682_private
>   ASoC: Intel: sof-rt5682: remove SOF_RT5682_MCLK_BYTCHT_EN
>   ASoC: Intel: sof_rt5682: add icl_rt5682_def for icl boards
>   ASoC: Intel: sof-rt5682: add driver_data to sof_rt5682 board
>   ASoC: Intel: sof-rt5682: setup pll_id only when needed
>   ASoC: Intel: sof-rt5682: get bclk frequency from topology
>   ASoC: Intel: sof-rt5682: support bclk as PLL source on rt5682s
> 
> [...]

Applied to

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

Thanks!

[01/23] ASoC: Intel: nau8825/rt5682: move speaker widget to common modules
        commit: d2d377fc22d23fd38188ea90b051584069a299a2
[02/23] ASoC: Intel: sof_maxim_common: support MAX98390 on cml boards
        commit: 3b3ed4752600b6462c184edc3284dcc277891aa6
[03/23] ASoC: Intel: sof_da7219: support MAX98390
        commit: b7654a7e217704694ed3e484f0a3c415f8678896
[04/23] ASoC: Intel: sof_da7219: add cml_da7219_def for cml boards
        commit: a0cf86d813d22d80046d83e9b36c1c2308903956
[05/23] ASoC: Intel: sof_da7219: support MAX98390 on cml boards
        commit: 5a2bc761fab23e47ef20a847476d504548dfb417
[06/23] ASoC: Intel: bxt_da7219_max98357a: remove MAX98390 support
        commit: 12e5fe68d0bb079cc5228d09280c1d82a61f0d18
[07/23] ASoC: Intel: sof_rt5682: add missing MAX98357A config
        commit: 5b093b0b47efefbb928c4d3a5e982bbeaefda44c
[08/23] ASoC: Intel: sof_da7219: support MAX98357A
        commit: 7873252c0e44ef5c0e04cf3c7c25f5e2c5180272
[09/23] ASoC: Intel: sof_da7219: support MAX98357A on cml boards
        commit: e895d16f4e8f0e5d90d7188e8fd9c507a97fb8b7
[10/23] ASoC: Intel: bxt_da7219_max98357a: remove cml support
        commit: 35ca48662cdf0749a2b9931d625690967fbce032
[11/23] ASoC: Intel: sof_da7219: add glk_da7219_def for glk boards
        commit: c7f9523d21d49b56498ac58e4b1afcb930eb551a
[12/23] ASoC: Intel: sof_da7219: support MAX98357A on glk boards
        commit: f46b768b7281e4ef784d06788be2f941c13eddde
[13/23] ASoC: Intel: bxt_da7219_max98357a: remove glk support
        commit: 8d6114b81d72c522f1ad55cd84ed37699d58c840
[14/23] ASoC: Intel: sof_rt5682: add glk_rt5682_def for glk boards
        commit: 44567d3d62dfe9df514299a98429a59129e0a2d0
[15/23] ASoC: Intel: sof_rt5682: support MAX98357A on glk boards
        commit: 5498a4edbf314532b7138aabe705faa34fb5df8d
[16/23] ASoC: Intel: glk_rt5682_max98357a: delete driver
        commit: 0cb6a8134c1cb59d8f41d84968c2e20cfbd7f6cc
[17/23] ASoC: Intel: sof-rt5682: add mclk_en to sof_rt5682_private
        commit: e91d54f8b1bd3393d91fd754a1c40df6f408e84b
[18/23] ASoC: Intel: sof-rt5682: remove SOF_RT5682_MCLK_BYTCHT_EN
        commit: 207255f3ae4d0cf5034666652668be572d9c5c1e
[19/23] ASoC: Intel: sof_rt5682: add icl_rt5682_def for icl boards
        commit: 76fb0d3221833e87b9150ba06728cdde215ec687
[20/23] ASoC: Intel: sof-rt5682: add driver_data to sof_rt5682 board
        commit: 76f33e2f93d63eaac93458fdfde3a505b8e73fa2
[21/23] ASoC: Intel: sof-rt5682: setup pll_id only when needed
        commit: b5aaf6a56dcafc2aeefdc7da1f9f86fa5cfa8df7
[22/23] ASoC: Intel: sof-rt5682: get bclk frequency from topology
        commit: 4524b1e3ef7884e0a54484dce8d921be7a06af13
[23/23] ASoC: Intel: sof-rt5682: support bclk as PLL source on rt5682s
        commit: 3d84e070253eb853e3190a23994aa3074615efd1

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