Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] SDCA Jack Fixups
@ 2025-12-15 15:36 Charles Keepax
  2025-12-15 15:36 ` [PATCH RESEND 1/3] ASoC: SDCA: Factor out jack handling into new c file Charles Keepax
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Charles Keepax @ 2025-12-15 15:36 UTC (permalink / raw)
  To: broonie
  Cc: lgirdwood, vkoul, yung-chuan.liao, pierre-louis.bossart,
	peter.ujfalusi, shumingf, linux-sound, patches

Some fixups to the jack handling, adding some necessary hooks to connect
things with the machine driver. I have split these out from the system
suspend chain as that has been generating a fair amount of discussion
and getting these 3 merged is far more important to get basic
functionality working smoothly. I will do a spin of the system suspend
stuff soon, if either no new comments pop up, or we reach some consensus
on how to proceed.

Thanks,
Charles

Charles Keepax (3):
  ASoC: SDCA: Factor out jack handling into new c file
  ASoC: SDCA: Add ability to connect SDCA jacks to ASoC jacks
  ASoC: SDCA: Add ASoC jack hookup in class driver

 include/sound/sdca_jack.h            |  32 ++++
 sound/soc/sdca/Makefile              |   2 +-
 sound/soc/sdca/sdca_class_function.c |  13 ++
 sound/soc/sdca/sdca_interrupts.c     |  83 +--------
 sound/soc/sdca/sdca_jack.c           | 244 +++++++++++++++++++++++++++
 5 files changed, 297 insertions(+), 77 deletions(-)
 create mode 100644 include/sound/sdca_jack.h
 create mode 100644 sound/soc/sdca/sdca_jack.c

-- 
2.47.3


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

end of thread, other threads:[~2025-12-22 20:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-15 15:36 [PATCH 0/3] SDCA Jack Fixups Charles Keepax
2025-12-15 15:36 ` [PATCH RESEND 1/3] ASoC: SDCA: Factor out jack handling into new c file Charles Keepax
2025-12-15 15:36 ` [PATCH RESEND 2/3] ASoC: SDCA: Add ability to connect SDCA jacks to ASoC jacks Charles Keepax
2025-12-15 15:36 ` [PATCH RESEND 3/3] ASoC: SDCA: Add ASoC jack hookup in class driver Charles Keepax
2025-12-19  1:58 ` [PATCH 0/3] SDCA Jack Fixups Liao, Bard
2025-12-22 20:58 ` Mark Brown

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