Alsa-Devel Archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: linux-sound@vger.kernel.org,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Cc: alsa-devel@alsa-project.org, tiwai@suse.de
Subject: Re: [PATCH 00/12] ASoC: Intel: updates for 6.10 - part5
Date: Wed, 01 May 2024 22:43:18 +0900	[thread overview]
Message-ID: <171457099874.1888704.2352818866469804657.b4-ty@kernel.org> (raw)
In-Reply-To: <20240426152123.36284-1-pierre-louis.bossart@linux.intel.com>

On Fri, 26 Apr 2024 10:21:11 -0500, Pierre-Louis Bossart wrote:
> This patchset corrects a couple of mistakes corrected, improves
> snd_soc_card allocation.  The new functionality is mostly for
> SoundWire platforms, with new SKUs for Dell and Acer, and support for
> the Cirrus Logic bridge/sidecar amplifier topology.
> 
> Bard Liao (1):
>   ASoC: Intel: sof_sdw: add a space before cfg-amp in components
> 
> [...]

Applied to

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

Thanks!

[01/12] ASoC: Intel: skl_hda_dsp_generic: Allocate snd_soc_card dynamically
        commit: 33e59e50ee7610473c85030edca73ad3df60b5c1
[02/12] ASoC: Intel: skl_hda_dsp_generic: Use devm_kasprintf for the components string
        commit: 69d0f88b9aebb5749ab0dbaead7414d718994380
[03/12] ASoC: Intel: soc-acpi: mtl: add Dell SKU 0C64 and 0CC6
        commit: 02e6f7cb487f18e1171ae6d12ad1066fbd25176d
[04/12] ASoC: Intel: soc-acpi: mtl: add support for Acer Swift Go 14
        commit: 64bfd26d982ec29123c65949229fa12c15f7df8f
[05/12] ASoC: Intel: soc-acpi-intel-lnl-match: adds RT714 and RT1318 support
        commit: 6d339113df3ab510ce075a18ccb10a20cb325d4e
[06/12] ASoC: Intel: sof_sdw: Allocate snd_soc_card dynamically
        commit: 38068d91cf3948ffa220d45f738505cc9f6e13d0
[07/12] ASoC: Intel: sof-sdw: don't set card long_name
        commit: 2086b55fd6ddcaa92e473ba7017f6a986870337e
[08/12] ASoC: Intel: sof_sdw: add a space before cfg-amp in components
        commit: 6be269d274353d2604bf49b92f703610cb4734e9
[09/12] ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk
        commit: 0bab4cfd7c1560095e29919e2ebe01783b9096dc
[10/12] ASoC: Intel: sof_sdw: Delay update of the codec_conf array
        commit: 628cc5d0c4bd6a3f70c793968f8e2546afc8c3a3
[11/12] ASoC: Intel: sof_sdw: Add callbacks to register sidecar devices
        commit: da5244180281a18c4c7859674fec308514aaf629
[12/12] ASoC: intel: sof_sdw: Add support for cs42l43-cs35l56 sidecar amps
        commit: b831b4dca48dbe0f1f7705b44460dd9ca7f2f940

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


      parent reply	other threads:[~2024-05-01 13:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-26 15:21 [PATCH 00/12] ASoC: Intel: updates for 6.10 - part5 Pierre-Louis Bossart
2024-04-26 15:21 ` [PATCH 01/12] ASoC: Intel: skl_hda_dsp_generic: Allocate snd_soc_card dynamically Pierre-Louis Bossart
2024-04-26 15:21 ` [PATCH 02/12] ASoC: Intel: skl_hda_dsp_generic: Use devm_kasprintf for the components string Pierre-Louis Bossart
2024-04-26 15:21 ` [PATCH 03/12] ASoC: Intel: soc-acpi: mtl: add Dell SKU 0C64 and 0CC6 Pierre-Louis Bossart
2024-04-26 15:21 ` [PATCH 04/12] ASoC: Intel: soc-acpi: mtl: add support for Acer Swift Go 14 Pierre-Louis Bossart
2024-04-26 15:21 ` [PATCH 05/12] ASoC: Intel: soc-acpi-intel-lnl-match: adds RT714 and RT1318 support Pierre-Louis Bossart
2024-04-26 15:21 ` [PATCH 06/12] ASoC: Intel: sof_sdw: Allocate snd_soc_card dynamically Pierre-Louis Bossart
2024-04-26 15:21 ` [PATCH 07/12] ASoC: Intel: sof-sdw: don't set card long_name Pierre-Louis Bossart
2024-04-26 15:21 ` [PATCH 08/12] ASoC: Intel: sof_sdw: add a space before cfg-amp in components Pierre-Louis Bossart
2024-04-26 15:21 ` [PATCH 09/12] ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk Pierre-Louis Bossart
2024-04-26 15:21 ` [PATCH 10/12] ASoC: Intel: sof_sdw: Delay update of the codec_conf array Pierre-Louis Bossart
2024-04-26 15:21 ` [PATCH 11/12] ASoC: Intel: sof_sdw: Add callbacks to register sidecar devices Pierre-Louis Bossart
2024-04-26 15:21 ` [PATCH 12/12] ASoC: intel: sof_sdw: Add support for cs42l43-cs35l56 sidecar amps Pierre-Louis Bossart
2024-05-01 13:43 ` Mark Brown [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=171457099874.1888704.2352818866469804657.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).