public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: SDCA: Initial support for Cirrus Logic CS47L47
@ 2026-02-23 15:02 Richard Fitzgerald
  2026-02-23 15:02 ` [PATCH 1/3] soundwire: intel_auxdevice: Add CS47L47 to wake_capable_list Richard Fitzgerald
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Richard Fitzgerald @ 2026-02-23 15:02 UTC (permalink / raw)
  To: broonie, vkoul; +Cc: linux-kernel, linux-sound, patches

The CS47L47 is a SDCA smart codec with UAJ (headset, jack detect) and DMIC.
This series adds the initial support for the Cirrus Logic CS47L47 codec.

The soundwire patch can be taken separately from the two ASoC patches;
there aren't any build dependencies.

Richard Fitzgerald (3):
  soundwire: intel_auxdevice: Add CS47L47 to wake_capable_list
  ASoC: soc_sdw_utils: Add device info for CS47L47
  ASoC: SDCA: Add CS47L47 to class driver

 drivers/soundwire/intel_auxdevice.c   |  1 +
 include/sound/soc_sdw_utils.h         |  2 +
 sound/soc/sdca/sdca_class.c           |  1 +
 sound/soc/sdw_utils/Makefile          |  1 +
 sound/soc/sdw_utils/soc_sdw_cs47l47.c | 80 +++++++++++++++++++++++++++
 sound/soc/sdw_utils/soc_sdw_utils.c   | 36 ++++++++++++
 6 files changed, 121 insertions(+)
 create mode 100644 sound/soc/sdw_utils/soc_sdw_cs47l47.c

-- 
2.47.3


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-02-25 19:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-23 15:02 [PATCH 0/3] ASoC: SDCA: Initial support for Cirrus Logic CS47L47 Richard Fitzgerald
2026-02-23 15:02 ` [PATCH 1/3] soundwire: intel_auxdevice: Add CS47L47 to wake_capable_list Richard Fitzgerald
2026-02-23 15:02 ` [PATCH 2/3] ASoC: soc_sdw_utils: Add device info for CS47L47 Richard Fitzgerald
2026-02-23 15:02 ` [PATCH 3/3] ASoC: SDCA: Add CS47L47 to class driver Richard Fitzgerald
2026-02-24 11:01 ` [PATCH 0/3] ASoC: SDCA: Initial support for Cirrus Logic CS47L47 Pierre-Louis Bossart
2026-02-25  7:58 ` (subset) " Vinod Koul
2026-02-25 19:06 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox