mbox series

[00/18] ASoC: Intel: boards: updates for 6.11

Message ID 20240527193552.165567-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoC: Intel: boards: updates for 6.11 | expand

Message

Pierre-Louis Bossart May 27, 2024, 7:35 p.m. UTC
More simplifications from Brent Lu for Chromebooks, Bard Liao for
SoundWire, and support for new Dell SKUs w/ Cirrus Logic codecs added
by Charles Keepax.

Bard Liao (7):
  ASoC: Intel: sof_sdw_cs42l42: use dai parameter
  ASoC: Intel: sof_sdw_rt711: use dai parameter
  ASoC: Intel: sof_sdw_rt5682: use dai parameter
  ASoC: Intel: sof_sdw_rt700: use dai parameter
  ASoC: Intel: sof_sdw_rt_dmic: use from dai parameter
  ASoC: Intel: sof_sdw_rt_sdca_jack_common: use dai parameter
  ASoC: Intel: sof_sdw: remove get_codec_dai_by_name

Brent Lu (7):
  ASoC: SOF: sof-audio: rename dai clock setting query function
  ASoC: SOF: sof-audio: add sof_dai_get_tdm_slots function
  ASoC: SOF: ipc3-topology: support tdm slot number query
  ASoC: SOF: ipc4-topology: support tdm slot number query
  ASoC: Intel: maxim-common: rewrite max_98373_hw_params function
  ASoC: Intel: sof_da7219: remove local max98373 ops
  ASoC: Intel: sof_da7219: disable max98373 speaker pins in late_probe

Charles Keepax (4):
  ASoC: Intel: sof_sdw: Add missing controls for cs42l43/cs35l56
  ASoC: Intel: soc-acpi: Add match entries for some cs42l43 laptops
  ASoC: Intel: sof_sdw: Add quirks for some new Dell laptops
  ASoC: Intel: sof_sdw: Add quirks from some new Dell laptops

 include/sound/sof.h                           |   1 +
 sound/soc/intel/boards/sof_board_helpers.h    |   2 -
 sound/soc/intel/boards/sof_da7219.c           |  57 ++------
 sound/soc/intel/boards/sof_maxim_common.c     |  84 ++++++++++--
 sound/soc/intel/boards/sof_sdw.c              | 128 +++++++++++++++---
 sound/soc/intel/boards/sof_sdw_common.h       |   4 -
 sound/soc/intel/boards/sof_sdw_cs42l42.c      |  11 +-
 sound/soc/intel/boards/sof_sdw_rt5682.c       |  11 +-
 sound/soc/intel/boards/sof_sdw_rt700.c        |  11 +-
 sound/soc/intel/boards/sof_sdw_rt711.c        |  11 +-
 sound/soc/intel/boards/sof_sdw_rt_dmic.c      |  14 +-
 .../boards/sof_sdw_rt_sdca_jack_common.c      |  11 +-
 .../intel/common/soc-acpi-intel-arl-match.c   |  50 +++++++
 .../intel/common/soc-acpi-intel-rpl-match.c   |  50 +++++++
 sound/soc/sof/ipc3-topology.c                 |  14 +-
 sound/soc/sof/ipc4-topology.c                 |  14 +-
 sound/soc/sof/sof-audio.c                     |  20 ++-
 sound/soc/sof/sof-audio.h                     |   9 +-
 18 files changed, 338 insertions(+), 164 deletions(-)

Comments

Mark Brown Aug. 28, 2024, 5:36 p.m. UTC | #1
On Mon, 27 May 2024 14:35:34 -0500, Pierre-Louis Bossart wrote:
> More simplifications from Brent Lu for Chromebooks, Bard Liao for
> SoundWire, and support for new Dell SKUs w/ Cirrus Logic codecs added
> by Charles Keepax.
> 
> Bard Liao (7):
>   ASoC: Intel: sof_sdw_cs42l42: use dai parameter
>   ASoC: Intel: sof_sdw_rt711: use dai parameter
>   ASoC: Intel: sof_sdw_rt5682: use dai parameter
>   ASoC: Intel: sof_sdw_rt700: use dai parameter
>   ASoC: Intel: sof_sdw_rt_dmic: use from dai parameter
>   ASoC: Intel: sof_sdw_rt_sdca_jack_common: use dai parameter
>   ASoC: Intel: sof_sdw: remove get_codec_dai_by_name
> 
> [...]

Applied to

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

Thanks!

[01/18] ASoC: Intel: sof_sdw_cs42l42: use dai parameter
        (no commit info)
[02/18] ASoC: Intel: sof_sdw_rt711: use dai parameter
        (no commit info)
[03/18] ASoC: Intel: sof_sdw_rt5682: use dai parameter
        (no commit info)
[04/18] ASoC: Intel: sof_sdw_rt700: use dai parameter
        (no commit info)
[05/18] ASoC: Intel: sof_sdw_rt_dmic: use from dai parameter
        (no commit info)
[06/18] ASoC: Intel: sof_sdw_rt_sdca_jack_common: use dai parameter
        (no commit info)
[07/18] ASoC: Intel: sof_sdw: remove get_codec_dai_by_name
        (no commit info)
[08/18] ASoC: Intel: sof_sdw: Add missing controls for cs42l43/cs35l56
        (no commit info)
[09/18] ASoC: Intel: soc-acpi: Add match entries for some cs42l43 laptops
        (no commit info)
[10/18] ASoC: Intel: sof_sdw: Add quirks for some new Dell laptops
        (no commit info)
[11/18] ASoC: Intel: sof_sdw: Add quirks from some new Dell laptops
        commit: 9307694f340e518cac0e007f39dd9ff0736e6144
[12/18] ASoC: SOF: sof-audio: rename dai clock setting query function
        (no commit info)
[13/18] ASoC: SOF: sof-audio: add sof_dai_get_tdm_slots function
        (no commit info)
[14/18] ASoC: SOF: ipc3-topology: support tdm slot number query
        (no commit info)
[15/18] ASoC: SOF: ipc4-topology: support tdm slot number query
        (no commit info)
[16/18] ASoC: Intel: maxim-common: rewrite max_98373_hw_params function
        (no commit info)
[17/18] ASoC: Intel: sof_da7219: remove local max98373 ops
        (no commit info)
[18/18] ASoC: Intel: sof_da7219: disable max98373 speaker pins in late_probe
        (no commit info)

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