mbox series

[v2,00/10] ASoC: Intel: machine driver corrections

Message ID 20210621194057.21711-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoC: Intel: machine driver corrections | expand

Message

Pierre-Louis Bossart June 21, 2021, 7:40 p.m. UTC
Some of these patches dealing with Sparse warnings were submitted
earlier but not merged. I grouped them with a couple of fixes from
Kai.

v2:
added Mark Brown in CC, was missed in v1
added Richard Fitzgerald Tested-by  

Kai Vehmanen (3):
  ASoC: Intel: sof_sdw: use mach data for ADL RVP DMIC count
  ASoC: Intel: sof_sdw: remove hdac-hdmi support
  ASoC: Intel: skl_hda_dsp_generic: Update Kconfig documentation

Pierre-Louis Bossart (7):
  ASoC: Intel: sof_rt5682: shrink platform_id names below 20 characters
  ASoC: Intel: glk_rt5682_max98357a: shrink platform_id below 20
    characters
  ASoC: Intel: kbl_da7219_max98357a: shrink platform_id below 20
    characters
  ASoC: Intel: sof_da7219_max98373: shrink platform_id below 20
    characters
  ASoC: Intel: sof_sdw: fix signed/unsigned warning
  ASoC: Intel: soc-acpi: add ull suffix for SoundWire _ADR values
  ASoC: Intel: use MODULE_DEVICE_TABLE with platform_device_id tables

 sound/soc/intel/boards/Kconfig                |  7 ++--
 sound/soc/intel/boards/bxt_da7219_max98357a.c |  4 +-
 sound/soc/intel/boards/bxt_rt298.c            |  3 +-
 sound/soc/intel/boards/ehl_rt5660.c           |  2 +-
 sound/soc/intel/boards/glk_rt5682_max98357a.c |  4 +-
 sound/soc/intel/boards/kbl_da7219_max98357a.c |  4 +-
 sound/soc/intel/boards/kbl_da7219_max98927.c  |  5 +--
 sound/soc/intel/boards/kbl_rt5660.c           |  2 +-
 sound/soc/intel/boards/kbl_rt5663_max98927.c  |  3 +-
 .../intel/boards/kbl_rt5663_rt5514_max98927.c |  2 +-
 .../soc/intel/boards/skl_nau88l25_max98357a.c |  3 +-
 sound/soc/intel/boards/skl_nau88l25_ssm4567.c |  3 +-
 sound/soc/intel/boards/skl_rt286.c            |  3 +-
 sound/soc/intel/boards/sof_cs42l42.c          |  3 +-
 sound/soc/intel/boards/sof_da7219_max98373.c  |  6 +--
 sound/soc/intel/boards/sof_rt5682.c           | 20 +++-------
 sound/soc/intel/boards/sof_sdw.c              |  5 +--
 sound/soc/intel/boards/sof_sdw_common.h       |  1 -
 sound/soc/intel/boards/sof_sdw_hdmi.c         | 37 +-----------------
 .../intel/common/soc-acpi-intel-adl-match.c   | 28 +++++++-------
 .../intel/common/soc-acpi-intel-cml-match.c   | 20 +++++-----
 .../intel/common/soc-acpi-intel-cnl-match.c   |  2 +-
 .../intel/common/soc-acpi-intel-glk-match.c   |  2 +-
 .../intel/common/soc-acpi-intel-icl-match.c   | 12 +++---
 .../intel/common/soc-acpi-intel-jsl-match.c   |  6 +--
 .../intel/common/soc-acpi-intel-kbl-match.c   |  2 +-
 .../intel/common/soc-acpi-intel-tgl-match.c   | 38 +++++++++----------
 27 files changed, 83 insertions(+), 144 deletions(-)

Comments

Mark Brown June 22, 2021, 3:14 p.m. UTC | #1
On Mon, 21 Jun 2021 14:40:47 -0500, Pierre-Louis Bossart wrote:
> Some of these patches dealing with Sparse warnings were submitted
> earlier but not merged. I grouped them with a couple of fixes from
> Kai.
> 
> v2:
> added Mark Brown in CC, was missed in v1
> added Richard Fitzgerald Tested-by
> 
> [...]

Applied to

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

Thanks!

[01/10] ASoC: Intel: sof_sdw: use mach data for ADL RVP DMIC count
        commit: 505351329d26e684588a6919c0407b8a0f5c3813
[02/10] ASoC: Intel: sof_sdw: remove hdac-hdmi support
        commit: b0cf3d3ccf31f31c9c415566968caf1405fc0893
[03/10] ASoC: Intel: sof_rt5682: shrink platform_id names below 20 characters
        commit: 590cfb082837cc6c0c595adf1711330197c86a58
[04/10] ASoC: Intel: glk_rt5682_max98357a: shrink platform_id below 20 characters
        commit: bc47256afef38175a0ad6bcfd4dbab9d2c65b377
[05/10] ASoC: Intel: kbl_da7219_max98357a: shrink platform_id below 20 characters
        commit: 94efd726b947f265bd313605c9f73edec5469d65
[06/10] ASoC: Intel: sof_da7219_max98373: shrink platform_id below 20 characters
        commit: 1cc04d195dc245457a45df60e6558b460b8e4c71
[07/10] ASoC: Intel: sof_sdw: fix signed/unsigned warning
        commit: 0a1f3958eab16cd31bf3d714363471a7a6722dc9
[08/10] ASoC: Intel: soc-acpi: add ull suffix for SoundWire _ADR values
        commit: 0c52d3e222889138e6a8dd1c1ad05fcc41c6bdfa
[09/10] ASoC: Intel: use MODULE_DEVICE_TABLE with platform_device_id tables
        commit: 53b98536fb64f1b6ff5a1b2cfc36bbfa90619414
[10/10] ASoC: Intel: skl_hda_dsp_generic: Update Kconfig documentation
        commit: bf35a1eeaca618341409f94c90271bb14d1c484a

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