Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/7] Add support for cs42l45 into the Intel machine driver
@ 2025-11-27 16:34 Charles Keepax
  2025-11-27 16:34 ` [PATCH 1/7] ASoC: SDCA: Align mute controls to ALSA expectations Charles Keepax
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Charles Keepax @ 2025-11-27 16:34 UTC (permalink / raw)
  To: broonie
  Cc: yung-chuan.liao, pierre-louis.bossart, lgirdwood, peter.ujfalusi,
	linux-sound, patches

Now that the full class driver is in place we can add support to the
Intel machine driver for Cirrus's new SDCA audio CODEC the cs42l45. This
makes some minor tweaks to the machine driver itself to support SDCA
devices, and then adds the necessary tables etc. to define the device.

Note, this series shouldn't have any dependencies on the other series of
improvements to the class driver that is already on the list. So either
can be merged first.

Thanks,
Charles

Charles Keepax (7):
  ASoC: SDCA: Align mute controls to ALSA expectations
  ASoC: SDCA: Add terminal type into input/output widget name
  ASoC: sdw_utils: Add codec_conf for every DAI
  ASoC: sdw_utils: Move codec_name to dai info
  ASoC: intel: sof_sdw: Add ability to have auxiliary devices
  ASoC: sdw_utils: Add cs42l45 support functions
  ASoC: intel: sof_sdw: Add codec_info for cs42l45

 include/sound/sdca_function.h           |  4 +-
 include/sound/soc_sdw_utils.h           | 17 ++++-
 sound/soc/amd/acp/acp-sdw-legacy-mach.c | 19 +++--
 sound/soc/amd/acp/acp-sdw-sof-mach.c    | 12 +++-
 sound/soc/intel/boards/sof_sdw.c        | 21 ++++--
 sound/soc/sdca/sdca_asoc.c              | 51 ++-----------
 sound/soc/sdca/sdca_functions.c         | 56 ++++++++++++++-
 sound/soc/sdw_utils/Makefile            |  1 +
 sound/soc/sdw_utils/soc_sdw_cs42l45.c   | 80 +++++++++++++++++++++
 sound/soc/sdw_utils/soc_sdw_utils.c     | 95 +++++++++++++++++++------
 10 files changed, 275 insertions(+), 81 deletions(-)
 create mode 100644 sound/soc/sdw_utils/soc_sdw_cs42l45.c

-- 
2.47.3


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

end of thread, other threads:[~2025-11-28 18:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-27 16:34 [PATCH 0/7] Add support for cs42l45 into the Intel machine driver Charles Keepax
2025-11-27 16:34 ` [PATCH 1/7] ASoC: SDCA: Align mute controls to ALSA expectations Charles Keepax
2025-11-27 19:16   ` Mark Brown
2025-11-28  9:23     ` Charles Keepax
2025-11-27 16:34 ` [PATCH 2/7] ASoC: SDCA: Add terminal type into input/output widget name Charles Keepax
2025-11-27 16:34 ` [PATCH 3/7] ASoC: sdw_utils: Add codec_conf for every DAI Charles Keepax
2025-11-27 16:34 ` [PATCH 4/7] ASoC: sdw_utils: Move codec_name to dai info Charles Keepax
2025-11-27 16:34 ` [PATCH 5/7] ASoC: intel: sof_sdw: Add ability to have auxiliary devices Charles Keepax
2025-11-27 16:34 ` [PATCH 6/7] ASoC: sdw_utils: Add cs42l45 support functions Charles Keepax
2025-11-27 16:34 ` [PATCH 7/7] ASoC: intel: sof_sdw: Add codec_info for cs42l45 Charles Keepax
2025-11-28 18:01 ` [PATCH 0/7] Add support for cs42l45 into the Intel machine driver Mark Brown

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