]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: SOF: topology: Fix null pointer dereference
authorJulien Massot <julien.massot@collabora.com>
Tue, 29 Apr 2025 09:19:22 +0000 (11:19 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 30 Apr 2025 00:38:23 +0000 (09:38 +0900)
commit114a6e63d9cc11311587773d5db4cf4105cf658f
tree8d596534531561baf53ecdf04e49892bee3843ef
parent85f380f2b9ab6e9a8753626fa3d8a3f4a323043a
ASoC: SOF: topology: Fix null pointer dereference

The "get_function_tplg_files" function is only applicable to
ACPI-based devices (sof_pdata->machine and not sof_pdata->of_machine).
Skip this check for OF-based devices to avoid a NULL pointer
dereference in snd_sof_load_topology().

Fixes: 6d5997c412cc ("ASoC: SOF: topology: load multiple topologies")
Reviewed-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
Reviewed-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Signed-off-by: Julien Massot <julien.massot@collabora.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://patch.msgid.link/20250429-fixup-of-sof-topology-v4-1-ff692244d64c@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/topology.c