linux-sound.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: linux-sound@vger.kernel.org
Cc: alsa-devel@alsa-project.org, tiwai@suse.de, broonie@kernel.org,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Subject: [PATCH 00/12] ASoC: Intel: updates for 6.10 - part5
Date: Fri, 26 Apr 2024 10:21:11 -0500	[thread overview]
Message-ID: <20240426152123.36284-1-pierre-louis.bossart@linux.intel.com> (raw)

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

Charles Keepax (2):
  ASoC: Intel: sof_sdw: Delay update of the codec_conf array
  ASoC: Intel: sof_sdw: Add callbacks to register sidecar devices

Mac Chiang (1):
  ASoC: Intel: soc-acpi-intel-lnl-match: adds RT714 and RT1318 support

Maciej Strozek (1):
  ASoC: intel: sof_sdw: Add support for cs42l43-cs35l56 sidecar amps

Peter Ujfalusi (3):
  ASoC: Intel: skl_hda_dsp_generic: Allocate snd_soc_card dynamically
  ASoC: Intel: skl_hda_dsp_generic: Use devm_kasprintf for the
    components string
  ASoC: Intel: sof_sdw: Allocate snd_soc_card dynamically

Pierre-Louis Bossart (4):
  ASoC: Intel: soc-acpi: mtl: add Dell SKU 0C64 and 0CC6
  ASoC: Intel: soc-acpi: mtl: add support for Acer Swift Go 14
  ASoC: Intel: sof-sdw: don't set card long_name
  ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk

 sound/soc/intel/boards/Kconfig                |   1 +
 sound/soc/intel/boards/Makefile               |   1 +
 sound/soc/intel/boards/bridge_cs35l56.c       | 137 ++++++++++++++++++
 sound/soc/intel/boards/skl_hda_dsp_common.h   |   1 +
 sound/soc/intel/boards/skl_hda_dsp_generic.c  |  50 +++----
 sound/soc/intel/boards/sof_sdw.c              | 106 ++++++++------
 sound/soc/intel/boards/sof_sdw_common.h       |  27 ++++
 sound/soc/intel/boards/sof_sdw_cs42l43.c      |  14 +-
 .../intel/common/soc-acpi-intel-lnl-match.c   |  52 +++++++
 .../intel/common/soc-acpi-intel-mtl-match.c   |  83 ++++++++++-
 10 files changed, 397 insertions(+), 75 deletions(-)
 create mode 100644 sound/soc/intel/boards/bridge_cs35l56.c

-- 
2.40.1


             reply	other threads:[~2024-04-26 15:21 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-26 15:21 Pierre-Louis Bossart [this message]
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 ` [PATCH 00/12] ASoC: Intel: updates for 6.10 - part5 Mark Brown

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=20240426152123.36284-1-pierre-louis.bossart@linux.intel.com \
    --to=pierre-louis.bossart@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --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).