Files
linux-stable-mirror/include/linux
Richard Fitzgerald 7584edf158 firmware: cs_dsp: Store control length as 32-bit
The architectures supported by this driver have a maximum of 32-bits
of address, so we don't need more than 32-bits to store the length of
control data. Change the length in struct cs_dsp_coeff_ctl to an
unsigned int instead of a size_t. Also make a corresponding trivial
change to wm_adsp.c to prevent a compiler warning.

Tested on x86_64 builds this saves at least 4 bytes per control
(another 4 bytes might be saved if the compiler was inserting padding
to align the size_t).

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20251124171536.78962-1-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2025-11-24 19:15:19 +00:00
..
2025-09-24 17:09:47 +02:00
2025-09-24 02:48:05 -07:00
2025-09-23 11:13:22 +02:00
2025-11-14 08:56:49 -08:00
2025-09-23 11:13:22 +02:00
2025-09-23 13:28:20 -04:00
2025-09-25 09:23:47 +02:00
2025-10-01 07:55:42 -05:00
2025-10-03 10:24:14 -07:00
2025-11-06 11:34:45 +00:00
2025-11-17 10:15:32 +01:00
2025-10-01 07:24:55 -04:00