Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] firmware: cs_dsp: Cleanup debugfs for wmfw and bin file name
@ 2025-11-20 13:06 Richard Fitzgerald
  2025-11-20 13:06 ` [PATCH 1/2] firmware: cs_dsp: Factor out common debugfs string read Richard Fitzgerald
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Richard Fitzgerald @ 2025-11-20 13:06 UTC (permalink / raw)
  To: broonie; +Cc: linux-sound, linux-kernel, patches

These two patches improve the implementation of the debugfs files for
the wmfw and bin file names. First patch removes duplicated code. Second
patch replaces the old clunkiness of storing the filename with an appended
\n. The \n can be appended when the file is read, to keep the stored string
sane.

Richard Fitzgerald (2):
  firmware: cs_dsp: Factor out common debugfs string read
  firmware: cs_dsp: Append \n to debugfs string during read

 drivers/firmware/cirrus/cs_dsp.c       | 56 ++++++++++++--------------
 include/linux/firmware/cirrus/cs_dsp.h |  4 +-
 2 files changed, 28 insertions(+), 32 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2025-11-21 14:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-20 13:06 [PATCH 0/2] firmware: cs_dsp: Cleanup debugfs for wmfw and bin file name Richard Fitzgerald
2025-11-20 13:06 ` [PATCH 1/2] firmware: cs_dsp: Factor out common debugfs string read Richard Fitzgerald
2025-11-20 13:06 ` [PATCH 2/2] firmware: cs_dsp: Append \n to debugfs string during read Richard Fitzgerald
2025-11-21 14:14 ` [PATCH 0/2] firmware: cs_dsp: Cleanup debugfs for wmfw and bin file name Mark Brown

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