Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/6] Minor SDCA Fixes
@ 2026-02-04 12:59 Charles Keepax
  2026-02-04 12:59 ` [PATCH 1/6] ASoC: SDCA: Remove outdated todo comment Charles Keepax
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Charles Keepax @ 2026-02-04 12:59 UTC (permalink / raw)
  To: broonie
  Cc: lgirdwood, yung-chuan.liao, pierre-louis.bossart, linux-sound,
	patches

A bit of a mixed bag of minor misc fixes, improve handling
of volatile SDCA Controls, make some minor bug fixes to jack
detect, improve the cache syncing by adding some more defaults,
and improve some FDL error messages.

Thanks,
Charles

Charles Keepax (6):
  ASoC: SDCA: Remove outdated todo comment
  ASoC: SDCA: Handle volatile controls correctly
  ASoC: SDCA: Still process most of the jack detect if control is
    missing
  ASoC: SDCA: Rearrange FDL file messages
  ASoC: SDCA: Add regmap defaults for specification defined values
  ASoC: SDCA: Limit values user can write to Selected Mode

 include/sound/sdca_function.h   |  4 ++
 sound/soc/sdca/sdca_asoc.c      | 89 +++++++++++++++++++++++++++++++--
 sound/soc/sdca/sdca_fdl.c       |  6 ++-
 sound/soc/sdca/sdca_functions.c | 41 +++++++++++++--
 sound/soc/sdca/sdca_jack.c      | 52 ++++++++++---------
 sound/soc/sdca/sdca_regmap.c    | 14 ++++--
 6 files changed, 170 insertions(+), 36 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2026-02-05 11:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04 12:59 [PATCH 0/6] Minor SDCA Fixes Charles Keepax
2026-02-04 12:59 ` [PATCH 1/6] ASoC: SDCA: Remove outdated todo comment Charles Keepax
2026-02-04 12:59 ` [PATCH 2/6] ASoC: SDCA: Handle volatile controls correctly Charles Keepax
2026-02-04 12:59 ` [PATCH 3/6] ASoC: SDCA: Still process most of the jack detect if control is missing Charles Keepax
2026-02-04 12:59 ` [PATCH 4/6] ASoC: SDCA: Rearrange FDL file messages Charles Keepax
2026-02-04 12:59 ` [PATCH 5/6] ASoC: SDCA: Add regmap defaults for specification defined values Charles Keepax
2026-02-04 12:59 ` [PATCH 6/6] ASoC: SDCA: Limit values user can write to Selected Mode Charles Keepax
2026-02-04 13:58 ` [PATCH 0/6] Minor SDCA Fixes Pierre-Louis Bossart
2026-02-05 11:04 ` Mark Brown

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