mbox series

[00/23] ASoC: Intel: boards: updates for 6.7

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

Message

Pierre-Louis Bossart Oct. 12, 2023, 7:08 p.m. UTC
A couple of new boards, one DMI quirk fix and a nice cleanup from
Brent Lu to make all HDMI stuff common across drivers.

Balamurugan C (1):
  ASoC: Intel: MTL: Add entry for HDMI-In capture support to non-I2S
    codec boards.

Bard Liao (4):
  ASoC: Intel: soc-acpi-intel-rpl-match: add rt711-l0-rt1316-l12 support
  ASoC: Intel: soc-acpi-intel-mtl-match: add rt713 rt1316 config
  ASoC: Intel: sof_sdw_rt_sdca_jack_common: add rt713 support
  ASoC: Intel: sof_sdw_rt712_sdca: construct cards->components by
    name_prefix

Brent Lu (17):
  ASoC: Intel: sof_cs42l42: remove hdac-hdmi support
  ASoC: Intel: sof_da7219: remove hdac-hdmi support
  ASoC: Intel: sof_nau8825: remove hdac-hdmi support
  ASoC: Intel: sof_rt5682: remove hdac-hdmi support
  ASoC: Intel: sof_ssp_amp: remove hdac-hdmi support
  ASoC: Intel: sof_hdmi: add common header for HDMI
  ASoC: Intel: sof_cs42l42: use sof_hdmi_private to init HDMI
  ASoC: Intel: sof_da7219: use sof_hdmi_private to init HDMI
  ASoC: Intel: sof_nau8825: use sof_hdmi_private to init HDMI
  ASoC: Intel: sof_rt5682: use sof_hdmi_private to init HDMI
  ASoC: Intel: sof_sdw: use sof_hdmi_private to init HDMI
  ASoC: Intel: sof_ssp_amp: use sof_hdmi_private to init HDMI
  ASoC: Intel: board_helpers: new module for common functions
  ASoC: Intel: sof_cs42l42: use common module for HDMI link
  ASoC: Intel: sof_nau8825: use common module for HDMI link
  ASoC: Intel: sof_rt5682: use common module for HDMI link
  ASoC: Intel: sof_ssp_amp: use common module for HDMI link

Pierre-Louis Bossart (1):
  ASoC: Intel: sof_sdw: update HP Omen match

 sound/soc/intel/boards/Kconfig                |  11 +-
 sound/soc/intel/boards/Makefile               |   3 +
 sound/soc/intel/boards/sof_board_helpers.c    | 112 +++++++++++
 sound/soc/intel/boards/sof_board_helpers.h    |  54 +++++
 sound/soc/intel/boards/sof_cs42l42.c          | 184 +++---------------
 sound/soc/intel/boards/sof_da7219.c           |  40 ++--
 sound/soc/intel/boards/sof_hdmi_common.h      |  24 +++
 sound/soc/intel/boards/sof_nau8825.c          | 124 +++---------
 sound/soc/intel/boards/sof_rt5682.c           | 184 ++++--------------
 sound/soc/intel/boards/sof_sdw.c              |  14 +-
 sound/soc/intel/boards/sof_sdw_common.h       |   4 +-
 sound/soc/intel/boards/sof_sdw_hdmi.c         |  30 +--
 sound/soc/intel/boards/sof_sdw_rt712_sdca.c   |   6 +-
 .../boards/sof_sdw_rt_sdca_jack_common.c      |   8 +
 sound/soc/intel/boards/sof_ssp_amp.c          | 176 ++++-------------
 .../intel/common/soc-acpi-intel-mtl-match.c   |  72 +++++++
 .../intel/common/soc-acpi-intel-rpl-match.c   |  25 +++
 17 files changed, 458 insertions(+), 613 deletions(-)
 create mode 100644 sound/soc/intel/boards/sof_board_helpers.c
 create mode 100644 sound/soc/intel/boards/sof_board_helpers.h
 create mode 100644 sound/soc/intel/boards/sof_hdmi_common.h

Comments

Mark Brown Oct. 16, 2023, 3:33 p.m. UTC | #1
On Thu, 12 Oct 2023 15:08:03 -0400, Pierre-Louis Bossart wrote:
> A couple of new boards, one DMI quirk fix and a nice cleanup from
> Brent Lu to make all HDMI stuff common across drivers.
> 
> Balamurugan C (1):
>   ASoC: Intel: MTL: Add entry for HDMI-In capture support to non-I2S
>     codec boards.
> 
> [...]

Applied to

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

Thanks!

[01/23] ASoC: Intel: sof_sdw: update HP Omen match
        commit: a5172ef251f03eb18bed9e3f9a5c093679f29e1b
[02/23] ASoC: Intel: soc-acpi-intel-rpl-match: add rt711-l0-rt1316-l12 support
        commit: 43e354dada62c0425db900f327a6e11babefcf5c
[03/23] ASoC: Intel: soc-acpi-intel-mtl-match: add rt713 rt1316 config
        commit: e70ca580e9c8d59bc8cf70cb15546da5aecff3a0
[04/23] ASoC: Intel: sof_sdw_rt_sdca_jack_common: add rt713 support
        commit: b6d6e5abf64562985fdbbdbdfe8088cde634d834
[05/23] ASoC: Intel: MTL: Add entry for HDMI-In capture support to non-I2S codec boards.
        commit: e5bc0a508881eed7a328dd4dd3efad733d90912c
[06/23] ASoC: Intel: sof_sdw_rt712_sdca: construct cards->components by name_prefix
        commit: 5124d08d0ea49c7f4dda989827d0959e58a22150
[07/23] ASoC: Intel: sof_cs42l42: remove hdac-hdmi support
        commit: 8e7377d66e6885c9256f82cb0c1f009d91e6efb8
[08/23] ASoC: Intel: sof_da7219: remove hdac-hdmi support
        commit: b6019b583066e5237f7e0fd11e63bb9896596dde
[09/23] ASoC: Intel: sof_nau8825: remove hdac-hdmi support
        commit: 3f95969ec478ffd0c40544b1611e82271926377a
[10/23] ASoC: Intel: sof_rt5682: remove hdac-hdmi support
        commit: 3de206a431deec55190e8bd434cff8cb9d2cfc31
[11/23] ASoC: Intel: sof_ssp_amp: remove hdac-hdmi support
        commit: 64b9f311865c72fa1b692db1500c8c07db9347b7
[12/23] ASoC: Intel: sof_hdmi: add common header for HDMI
        commit: 3ceb66edd6911b251f2406fa2044daa8d9f00d73
[13/23] ASoC: Intel: sof_cs42l42: use sof_hdmi_private to init HDMI
        commit: 9b61ac56dd0546d67babfa3babe134cb26895ab6
[14/23] ASoC: Intel: sof_da7219: use sof_hdmi_private to init HDMI
        commit: fa76fcad1d7fa43725814abba503b02871eefd5a
[15/23] ASoC: Intel: sof_nau8825: use sof_hdmi_private to init HDMI
        commit: 44267e97d0d8899deb8f0db1924b3461f88a2029
[16/23] ASoC: Intel: sof_rt5682: use sof_hdmi_private to init HDMI
        commit: d8fc817632c8bfb40ddb623d8e52fcc13eca78e4
[17/23] ASoC: Intel: sof_sdw: use sof_hdmi_private to init HDMI
        commit: 5cfe9ed22e4bb87d9d63383b12a3df025a54387d
[18/23] ASoC: Intel: sof_ssp_amp: use sof_hdmi_private to init HDMI
        commit: edb3fea37f37218010002a5b42daf1a6402f8d90
[19/23] ASoC: Intel: board_helpers: new module for common functions
        commit: 7368ae921b1c717bc1a208182995a3804da9f337
[20/23] ASoC: Intel: sof_cs42l42: use common module for HDMI link
        commit: c9314526ffe8daf70853e406ff96265baf9295a2
[21/23] ASoC: Intel: sof_nau8825: use common module for HDMI link
        commit: 498a4da506a286d9b75e07d375bd928c806d3416
[22/23] ASoC: Intel: sof_rt5682: use common module for HDMI link
        commit: 89cadbd8d8628a372aa8ffaf45b629b630111563
[23/23] ASoC: Intel: sof_ssp_amp: use common module for HDMI link
        commit: 3e1756f461edc995fc6f137b4f16d78a6d515385

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