ASoC: qcom: sc8280xp: Fix sound card driver name match data for QCS8275
authorMohammad Rafi Shaik <mohammad.rafi.shaik@oss.qualcomm.com>
Sun, 14 Sep 2025 13:15:49 +0000 (18:45 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 15 Sep 2025 11:49:09 +0000 (12:49 +0100)
commitc7a321e4e90e1bd072697bc050b9426e04cffc6a
tree3d4fe475d657fd6f01bfa4e79dbe4c7f2e415e2a
parent690aa09b1845c0d5c3c29dabd50a9d0488c97c48
ASoC: qcom: sc8280xp: Fix sound card driver name match data for QCS8275

The QCS8275 board is based on Qualcomm's QCS8300 SoC family, and all
supported firmware files are located in the qcs8300 directory. The
sound topology and ALSA UCM configuration files have also been migrated
from the qcs8275 directory to the actual SoC qcs8300 directory in
linux-firmware. With the current setup, the sound topology fails
to load, resulting in sound card registration failure.

This patch updates the driver match data to use the correct driver name
qcs8300 for the qcs8275-sndcard, ensuring that the sound card driver
correctly loads the sound topology and ALSA UCM configuration files
from the qcs8300 directory.

Fixes: 34d340d48e595 ("ASoC: qcom: sc8280xp: Add support for QCS8275")
Cc: stable@vger.kernel.org
Signed-off-by: Mohammad Rafi Shaik <mohammad.rafi.shaik@oss.qualcomm.com>
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://patch.msgid.link/20250914131549.1198740-1-mohammad.rafi.shaik@oss.qualcomm.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/sc8280xp.c