mbox series

[00/23] ASoC: Intel: machine driver updates for 6.6

Message ID 20230731214257.444605-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoC: Intel: machine driver updates for 6.6 | expand

Message

Pierre-Louis Bossart July 31, 2023, 9:42 p.m. UTC
Lots of small cleanups coming from Bard Liao and Charles Keepax for
SoundWire platforms, and minor additions for RVPs and Chromebooks.

Balamurugan C (1):
  ASoC: Intel: soc-acpi: Add entry for rt711-sdca-sdw at link 0 in RPL
    match table

Bard Liao (2):
  ASoC: Intel: sof_sdw: rename link_id to be_id
  ASoC: Intel: sof_sdw: break earlier when a adr link contains different
    codecs

Chao Song (1):
  ASoC: Intel: sof_sdw: add cs35l56 codec info

Charles Keepax (13):
  ASoC: intel: sof_sdw: Use consistent variable naming for links
  ASoC: intel: sof_sdw: Rename codec_idx to codec_dlc_index
  ASoC: intel: sof_sdw: Remove some extra line breaks
  ASoC: intel: sof_sdw: Use a module device table
  ASoC: intel: sof_sdw: Simplify find_codec_info_acpi
  ASoC: intel: sof_sdw: Constify parameter to find_codec_part_info
  ASoC: intel: sof_sdw: Minor tidy up of mc_probe
  ASoC: intel: sof_sdw: Remove redundant parameters in dai creation
  ASoC: intel: sof_sdw: Move amp_num initialisation to mc_probe
  ASoC: intel: sof_sdw: Allow direct specification of CODEC name
  ASoC: intel: sof_sdw: Clean up DAI link counting
  ASoC: intel: sof_sdw: Merge codec_conf_alloc into dailink_info
  ASoC: intel: sof_sdw: Move group_generated logic

Pierre-Louis Bossart (3):
  ASoC: Intel: sof_sdw: reorder SoundWire codecs in Kconfig
  ASoC: Intel: sof_sdw: allow mockup amplifier to provide feedback
  ASoC: Intel: sof_sdw: add support for SKU 0AFE

Terry Cheong (1):
  ASoC: Intel: sof_rt5682: add RPL support for MAX98357A speaker

Uday M Bhat (1):
  ASoC: Intel: sof_sdw: Update BT offload config for soundwire config

apoorv (1):
  ASoC: Intel: sof_rt5682 add support for HDMI_In capture

 sound/soc/intel/boards/Kconfig                |   5 +-
 sound/soc/intel/boards/Makefile               |   2 +-
 sound/soc/intel/boards/sof_rt5682.c           |  55 +++
 sound/soc/intel/boards/sof_sdw.c              | 404 +++++++++---------
 sound/soc/intel/boards/sof_sdw_common.h       |   7 +
 sound/soc/intel/boards/sof_sdw_cs_amp.c       |  47 ++
 .../intel/common/soc-acpi-intel-adl-match.c   |   7 +
 .../intel/common/soc-acpi-intel-rpl-match.c   |  27 ++
 8 files changed, 342 insertions(+), 212 deletions(-)
 create mode 100644 sound/soc/intel/boards/sof_sdw_cs_amp.c

Comments

Mark Brown Aug. 1, 2023, 3:41 p.m. UTC | #1
On Mon, 31 Jul 2023 16:42:34 -0500, Pierre-Louis Bossart wrote:
> Lots of small cleanups coming from Bard Liao and Charles Keepax for
> SoundWire platforms, and minor additions for RVPs and Chromebooks.
> 
> Balamurugan C (1):
>   ASoC: Intel: soc-acpi: Add entry for rt711-sdca-sdw at link 0 in RPL
>     match table
> 
> [...]

Applied to

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

Thanks!

[01/23] ASoC: Intel: soc-acpi: Add entry for rt711-sdca-sdw at link 0 in RPL match table
        commit: e63e2810edd229e320249dc85c20c22f4894919e
[02/23] ASoC: Intel: sof_rt5682: add RPL support for MAX98357A speaker
        commit: 26d9726f667e18134bfc77a3e4e0da7518a8b180
[03/23] ASoC: Intel: sof_rt5682 add support for HDMI_In capture
        commit: f3c37847c704c5d398fa6808c77e4f7c997c0abb
[04/23] ASoC: Intel: sof_sdw: Update BT offload config for soundwire config
        commit: a14aded9299187bb17ef90700eb2cf1120ef5885
[05/23] ASoC: Intel: sof_sdw: reorder SoundWire codecs in Kconfig
        commit: 4b68ce6912fd87b1743eb2e66aeba81cae2067fe
[06/23] ASoC: Intel: sof_sdw: allow mockup amplifier to provide feedback
        commit: 3390d4ed823e716618095c16ad6792f33cc66190
[07/23] ASoC: Intel: sof_sdw: rename link_id to be_id
        commit: 616bee2c06ca1cd24631ae0db1b4cba1d6b9ad25
[08/23] ASoC: Intel: sof_sdw: add support for SKU 0AFE
        commit: 0cc85f2bfbcb84754ee6cd43a6fb9953f18cd2dc
[09/23] ASoC: intel: sof_sdw: Use consistent variable naming for links
        commit: 1d1062382b1807679e9001d79704112525576057
[10/23] ASoC: intel: sof_sdw: Rename codec_idx to codec_dlc_index
        commit: 4fc16d21b7abb969935162d8b01fba21496cf513
[11/23] ASoC: intel: sof_sdw: Remove some extra line breaks
        commit: 08f62f6291bae6e0cc5f3f50e4e1043e6a270e80
[12/23] ASoC: intel: sof_sdw: Use a module device table
        commit: 18c45cb362fcd6918548a4e11128304aa634acf3
[13/23] ASoC: intel: sof_sdw: Simplify find_codec_info_acpi
        commit: 31a54f78ad1d294432d63e9f72db08dc14cca432
[14/23] ASoC: intel: sof_sdw: Constify parameter to find_codec_part_info
        commit: fad1a9eff67d34b6f90cf4d1d2f1dc2632dfeeb4
[15/23] ASoC: intel: sof_sdw: Minor tidy up of mc_probe
        commit: 855e69f4ff9d726df4c8c47e7b40934fdb49d9c5
[16/23] ASoC: intel: sof_sdw: Remove redundant parameters in dai creation
        commit: febac07b4c69242d7870944457c3a1158ab97bdc
[17/23] ASoC: intel: sof_sdw: Move amp_num initialisation to mc_probe
        commit: 8673e68b594684fac53398ec5783a6c8469a07a1
[18/23] ASoC: Intel: sof_sdw: break earlier when a adr link contains different codecs
        commit: 656dd91a3a1ca27a02d9a79d1720b2ca40d272cf
[19/23] ASoC: intel: sof_sdw: Allow direct specification of CODEC name
        commit: 009582008182bc0a2956d245fd0362e036f31dfe
[20/23] ASoC: Intel: sof_sdw: add cs35l56 codec info
        commit: 4754e29c779fe2a2677ba62896daf4bf980602a1
[21/23] ASoC: intel: sof_sdw: Clean up DAI link counting
        commit: 98a7a1143f83289a84cba6dab60a4531cc4dfae2
[22/23] ASoC: intel: sof_sdw: Merge codec_conf_alloc into dailink_info
        commit: a386162e7dc2c8bc1be2777b1c6d41156f69b210
[23/23] ASoC: intel: sof_sdw: Move group_generated logic
        commit: a60ed3b738705dbcb4afce9a24af00e2671edf19

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