mbox series

[0/3] ASoC: Intel: add rt722/rt721 support for PTL platform

Message ID 20241007075955.12575-1-yung-chuan.liao@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: add rt722/rt721 support for PTL platform | expand

Message

Liao, Bard Oct. 7, 2024, 7:59 a.m. UTC
Rt722, rt721 and rt712 codecs are quite similar. Refactor the existing
spk_rtd_init() to support Realtek common multifunction SDCA codecs.

Dharageswari R (1):
  ASoC: intel: sof_sdw: add RT722 SDCA card for PTL platform

Naveen Manohar (2):
  ASoC: intel/sdw_utils: refactor RT multifunction sdca speaker codecs
  ASoC: Intel: soc-acpi-intel-ptl-match: Add rt721 support

 include/sound/soc_sdw_utils.h                 |  3 +-
 sound/soc/intel/boards/sof_sdw.c              |  8 ++
 .../intel/common/soc-acpi-intel-ptl-match.c   | 62 +++++++++++--
 sound/soc/sdw_utils/Makefile                  |  3 +-
 sound/soc/sdw_utils/soc_sdw_rt712_sdca.c      | 48 ----------
 sound/soc/sdw_utils/soc_sdw_rt722_sdca.c      | 41 ---------
 sound/soc/sdw_utils/soc_sdw_rt_mf_sdca.c      | 90 +++++++++++++++++++
 .../sdw_utils/soc_sdw_rt_sdca_jack_common.c   |  8 ++
 sound/soc/sdw_utils/soc_sdw_utils.c           | 45 +++++++++-
 9 files changed, 206 insertions(+), 102 deletions(-)
 delete mode 100644 sound/soc/sdw_utils/soc_sdw_rt712_sdca.c
 delete mode 100644 sound/soc/sdw_utils/soc_sdw_rt722_sdca.c
 create mode 100644 sound/soc/sdw_utils/soc_sdw_rt_mf_sdca.c

Comments

Mark Brown Oct. 7, 2024, 9:30 p.m. UTC | #1
On Mon, 07 Oct 2024 15:59:52 +0800, Bard Liao wrote:
> Rt722, rt721 and rt712 codecs are quite similar. Refactor the existing
> spk_rtd_init() to support Realtek common multifunction SDCA codecs.
> 
> Dharageswari R (1):
>   ASoC: intel: sof_sdw: add RT722 SDCA card for PTL platform
> 
> Naveen Manohar (2):
>   ASoC: intel/sdw_utils: refactor RT multifunction sdca speaker codecs
>   ASoC: Intel: soc-acpi-intel-ptl-match: Add rt721 support
> 
> [...]

Applied to

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

Thanks!

[1/3] ASoC: intel: sof_sdw: add RT722 SDCA card for PTL platform
      commit: 69a5d2d0d913cc0190899be7a835a48b0808a5ec
[2/3] ASoC: intel/sdw_utils: refactor RT multifunction sdca speaker codecs
      commit: 10488630e1072cc5feebf25d1be04505fafb59a5
[3/3] ASoC: Intel: soc-acpi-intel-ptl-match: Add rt721 support
      commit: 846a8d3cf3bace9f235c38caf1d8d853c323dbd4

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