[PATCH 0/2] firmware: cs_dsp: Cleanup debugfs for wmfw and bin file name
From: Richard Fitzgerald
Date: Thu Nov 20 2025 - 08:06:51 EST
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