]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: amd: acp-sdw-legacy: check CPU DAI name before logging
authorCássio Gabriel <cassiogabrielcontato@gmail.com>
Mon, 11 May 2026 16:42:02 +0000 (13:42 -0300)
committerMark Brown <broonie@kernel.org>
Sat, 16 May 2026 02:24:58 +0000 (11:24 +0900)
commit1afd8f06dcb1d561af3b239c5b14a88b87c13454
treee40d157303b09be1383e533981855b494b28db49
parent7e68ba282165b8880d11eac8a816d54d449b7d80
ASoC: amd: acp-sdw-legacy: check CPU DAI name before logging

devm_kasprintf() can fail and return NULL. The legacy AMD SoundWire
machine driver logs cpus->dai_name before checking the allocation result.

Move the debug print after the NULL check, matching the ordering used by
the SOF AMD SoundWire path after commit 5726b68473f7 ("ASoC: amd/sdw_utils:
avoid NULL deref when devm_kasprintf() fails").

Fixes: 2981d9b0789c ("ASoC: amd: acp: add soundwire machine driver for legacy stack")
Signed-off-by: Cássio Gabriel <cassiogabrielcontato@gmail.com>
Link: https://patch.msgid.link/20260511-asoc-amd-acp-sdw-legacy-dai-name-null-v1-1-dc6151b6da8a@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp/acp-sdw-legacy-mach.c