linux/sound/soc/sdca
Niranjan H Y eb2d6774cc
ASoC: SDCA: bug fix while parsing mipi-sdca-control-cn-list
"struct sdca_control" declares "values" field as integer array.
But the memory allocated to it is of char array. This causes
crash for sdca_parse_function API. This patch addresses the
issue by allocating correct data size.

Signed-off-by: Niranjan H Y <niranjan.hy@ti.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20251110152646.192-1-niranjan.hy@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2025-11-10 16:22:49 +00:00
..
Kconfig ASoC: SDCA: Kconfig/Makefile fixups 2025-07-13 22:36:39 +01:00
Makefile ASoC: SDCA: Pull HID and IRQ into the primary SDCA module 2025-07-13 22:36:40 +01:00
sdca_asoc.c ASoC: SDCA: add route by the number of input pins in MU entity 2025-07-21 16:04:53 +01:00
sdca_device.c ASoC: SDCA: Add quirk for incorrect function types for 3 systems 2025-09-02 10:50:29 +01:00
sdca_functions.c ASoC: SDCA: bug fix while parsing mipi-sdca-control-cn-list 2025-11-10 16:22:49 +00:00
sdca_hid.c ASoC: SDCA: Fix implicit cast from le16 2025-07-22 15:34:08 +01:00
sdca_interrupts.c ASoC: SDCA: Fix return value in detected_mode_handler() 2025-09-04 12:53:06 +01:00
sdca_regmap.c ASoC: SDCA: Fix return value in sdca_regmap_mbq_size() 2025-09-04 12:53:05 +01:00