mbox series

[00/10] ASoC: Intel: more machine driver updates for 6.7

Message ID 20231019173411.166759-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: more machine driver updates for 6.7 | expand

Message

Pierre-Louis Bossart Oct. 19, 2023, 5:34 p.m. UTC
Two nice cleanups from Brent Lu and Charles Keepax, and one RaptorLake
update.

Brent Lu (5):
  ASoC: Intel: board_helpers: support dmic link initialization
  ASoC: Intel: sof_cs42l42: use common module for DMIC links
  ASoC: Intel: sof_nau8825: use common module for DMIC links
  ASoC: Intel: sof_rt5682: use common module for DMIC links
  ASoC: Intel: sof_ssp_amp: use common module for DMIC links

Charles Keepax (4):
  ASoC: intel: sof_sdw: Stop processing CODECs when enough are found
  ASoC: intel: sof_sdw_cs42l43: Some trivial formatting clean ups
  ASoC: intel: sof_sdw_cs42l43: Create separate jacks for hp and mic
  ASoC: intel: sof_sdw: Move the builtin microphones to dataport 1

Terry Cheong (1):
  ASoC: Intel: sof_nau8825: add RPL support for MAX98360A amp

 sound/soc/intel/boards/sof_board_helpers.c    |  92 +++++++++++++
 sound/soc/intel/boards/sof_board_helpers.h    |  10 ++
 sound/soc/intel/boards/sof_cs42l42.c          | 121 +++++-------------
 sound/soc/intel/boards/sof_nau8825.c          |  89 ++++---------
 sound/soc/intel/boards/sof_rt5682.c           |  81 +++---------
 sound/soc/intel/boards/sof_sdw.c              |  16 +--
 sound/soc/intel/boards/sof_sdw_cs42l43.c      |  31 +++--
 sound/soc/intel/boards/sof_ssp_amp.c          |  65 +++-------
 .../intel/common/soc-acpi-intel-rpl-match.c   |   7 +
 9 files changed, 233 insertions(+), 279 deletions(-)

Comments

Mark Brown Oct. 19, 2023, 8:47 p.m. UTC | #1
On Thu, 19 Oct 2023 12:34:01 -0500, Pierre-Louis Bossart wrote:
> Two nice cleanups from Brent Lu and Charles Keepax, and one RaptorLake
> update.
> 
> Brent Lu (5):
>   ASoC: Intel: board_helpers: support dmic link initialization
>   ASoC: Intel: sof_cs42l42: use common module for DMIC links
>   ASoC: Intel: sof_nau8825: use common module for DMIC links
>   ASoC: Intel: sof_rt5682: use common module for DMIC links
>   ASoC: Intel: sof_ssp_amp: use common module for DMIC links
> 
> [...]

Applied to

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

Thanks!

[01/10] ASoC: intel: sof_sdw: Stop processing CODECs when enough are found
        commit: 28809aaeabdf2c01ffe597553146527d1fba3589
[02/10] ASoC: intel: sof_sdw_cs42l43: Some trivial formatting clean ups
        commit: a92ccd574390149d3d64488ec5fe1e9b80e5f74c
[03/10] ASoC: intel: sof_sdw_cs42l43: Create separate jacks for hp and mic
        commit: d74bad3b74524e4f34c97903ad170d9061bcfbd9
[04/10] ASoC: intel: sof_sdw: Move the builtin microphones to dataport 1
        commit: 10626812b5987b3a05adf6b4f4417e7398b7047c
[05/10] ASoC: Intel: sof_nau8825: add RPL support for MAX98360A amp
        commit: 5c072ca8e1b7545b280d5416ecef77e3b0891a2c
[06/10] ASoC: Intel: board_helpers: support dmic link initialization
        commit: 7fce91bab644f13e8a861ebf9c4c98a8072b6abc
[07/10] ASoC: Intel: sof_cs42l42: use common module for DMIC links
        commit: a1360c45a445f0824d4723136a9e993c94b77be8
[08/10] ASoC: Intel: sof_nau8825: use common module for DMIC links
        commit: f56daafc94ec4c46349ced8d2b91873b98dd5482
[09/10] ASoC: Intel: sof_rt5682: use common module for DMIC links
        commit: c51fc25db18fe49e357455da726dd0ca98a43534
[10/10] ASoC: Intel: sof_ssp_amp: use common module for DMIC links
        commit: f6b415faf6796963a56117f851378afe0ac33699

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