mbox series

[0/7] ASoC: Intel: boards: updates for 6.12 - part 2

Message ID 20240912120308.134762-1-yung-chuan.liao@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: boards: updates for 6.12 - part 2 | expand

Message

Bard Liao Sept. 12, 2024, 12:03 p.m. UTC
Cleanup from Brent Lu and add HDMI-In capture supports from Balamurugan C.

Balamurugan C (2):
  ASoC: Intel: sof_rt5682: Add HDMI-In capture with rt5682 support for
    ARL.
  ASoC: Intel: ARL: Add entry for HDMI-In capture support to non-I2S
    codec boards.

Brent Lu (5):
  ASoC: Intel: board_helpers: support HDA link initialization
  ASoC: Intel: skl_hda_dsp_generic: use common module for DAI links
  ASoC: Intel: ehl_rt5660: do not check common_hdmi_codec_drv
  ASoC: Intel: sof_pcm512x: do not check common_hdmi_codec_drv
  ASoC: SOF: Intel: hda: remove common_hdmi_codec_drv

 include/sound/soc-acpi.h                      |   2 -
 sound/soc/intel/boards/Kconfig                |   1 +
 sound/soc/intel/boards/Makefile               |   2 +-
 sound/soc/intel/boards/ehl_rt5660.c           |   3 +-
 sound/soc/intel/boards/skl_hda_dsp_common.c   | 156 -----------
 sound/soc/intel/boards/skl_hda_dsp_common.h   |  38 ---
 sound/soc/intel/boards/skl_hda_dsp_generic.c  | 252 +++++-------------
 sound/soc/intel/boards/sof_board_helpers.c    | 152 +++++++++++
 sound/soc/intel/boards/sof_board_helpers.h    |   3 +
 sound/soc/intel/boards/sof_pcm512x.c          |   3 +-
 sound/soc/intel/boards/sof_rt5682.c           |   7 +
 sound/soc/intel/boards/sof_ssp_amp.c          |   6 +
 .../intel/common/soc-acpi-intel-arl-match.c   |  19 ++
 sound/soc/sof/intel/hda.c                     |   1 -
 14 files changed, 259 insertions(+), 386 deletions(-)
 delete mode 100644 sound/soc/intel/boards/skl_hda_dsp_common.c
 delete mode 100644 sound/soc/intel/boards/skl_hda_dsp_common.h

Comments

Mark Brown Sept. 12, 2024, 8:24 p.m. UTC | #1
On Thu, 12 Sep 2024 20:03:01 +0800, Bard Liao wrote:
> Cleanup from Brent Lu and add HDMI-In capture supports from Balamurugan C.
> 
> Balamurugan C (2):
>   ASoC: Intel: sof_rt5682: Add HDMI-In capture with rt5682 support for
>     ARL.
>   ASoC: Intel: ARL: 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!

[1/7] ASoC: Intel: board_helpers: support HDA link initialization
      commit: bd07676ddade417c7cfefb58fb87c27751395bb3
[2/7] ASoC: Intel: skl_hda_dsp_generic: use common module for DAI links
      commit: b28b23dea31497548010c248398162ef4c25cfd2
[3/7] ASoC: Intel: ehl_rt5660: do not check common_hdmi_codec_drv
      commit: 2c80bcc27557b5db4aca8a0c621fc7d5cd10cf7e
[4/7] ASoC: Intel: sof_pcm512x: do not check common_hdmi_codec_drv
      commit: f22a351fe2193dac803fc919096b734ff2947958
[5/7] ASoC: SOF: Intel: hda: remove common_hdmi_codec_drv
      commit: dfa1a7f456f10018229d0d5b3c36dd36a9b5344f
[6/7] ASoC: Intel: sof_rt5682: Add HDMI-In capture with rt5682 support for ARL.
      commit: 47d94c13d5f1f9f9c2bc29e26ebbd4efe912256c
[7/7] ASoC: Intel: ARL: Add entry for HDMI-In capture support to non-I2S codec boards.
      commit: 322706e16988f6156ddd8fdcc6d06f87efc058f6

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