public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: Extend wm_adsp so cs35l56 can suppress controls
@ 2024-08-05 10:27 Simon Trimmer
  2024-08-05 10:27 ` [PATCH 1/2] ASoC: wm_adsp: Add control_add callback and export wm_adsp_control_add() Simon Trimmer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Simon Trimmer @ 2024-08-05 10:27 UTC (permalink / raw)
  To: broonie; +Cc: linux-sound, alsa-devel, linux-kernel, patches, Simon Trimmer

This pair of patches extend wm_adsp to add a callback that can be used
to control whether ALSA controls are added and then tweak cs35l56 to use
it to suppress controls made from firmware coefficients.

Simon Trimmer (2):
  ASoC: wm_adsp: Add control_add callback and export
    wm_adsp_control_add()
  ASoC: cs35l56: Stop creating ALSA controls for firmware coefficients

 sound/soc/codecs/cs35l56.c | 11 +++++++++++
 sound/soc/codecs/wm_adsp.c | 17 ++++++++++++++---
 sound/soc/codecs/wm_adsp.h |  3 +++
 3 files changed, 28 insertions(+), 3 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-08-06 18:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05 10:27 [PATCH 0/2] ASoC: Extend wm_adsp so cs35l56 can suppress controls Simon Trimmer
2024-08-05 10:27 ` [PATCH 1/2] ASoC: wm_adsp: Add control_add callback and export wm_adsp_control_add() Simon Trimmer
2024-08-05 10:27 ` [PATCH 2/2] ASoC: cs35l56: Stop creating ALSA controls for firmware coefficients Simon Trimmer
2024-08-06 18:44 ` [PATCH 0/2] ASoC: Extend wm_adsp so cs35l56 can suppress controls Mark Brown

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