Skip to content

Commit ba0c67d

Browse files
lumagbroonie
authored andcommitted
ASoC: qcom: sc8280xp: use sa8775p/ subdir for QCS9100 / QCS9075
All firmware for the Lemans platform aka QCS9100 aka QCS9075 is for historical reasons located in the qcom/sa8775p/ subdir inside linux-firmware. The only exceptions to this rule are audio topology files. While it's not too late, change the subdir to point to the sa8775p/ subdir, so that all firmware for that platform is present at the same location. Fixes: 5b5bf59 ("ASoC: qcom: sc8280xp: Add sound card support for QCS9100 and QCS9075") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com> Link: https://patch.msgid.link/20250924-lemans-evk-topo-v2-1-7d44909a5758@oss.qualcomm.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 4e65bda commit ba0c67d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/soc/qcom/sc8280xp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ static const struct of_device_id snd_sc8280xp_dt_match[] = {
191191
{.compatible = "qcom,qcm6490-idp-sndcard", "qcm6490"},
192192
{.compatible = "qcom,qcs6490-rb3gen2-sndcard", "qcs6490"},
193193
{.compatible = "qcom,qcs8275-sndcard", "qcs8300"},
194-
{.compatible = "qcom,qcs9075-sndcard", "qcs9075"},
195-
{.compatible = "qcom,qcs9100-sndcard", "qcs9100"},
194+
{.compatible = "qcom,qcs9075-sndcard", "sa8775p"},
195+
{.compatible = "qcom,qcs9100-sndcard", "sa8775p"},
196196
{.compatible = "qcom,sc8280xp-sndcard", "sc8280xp"},
197197
{.compatible = "qcom,sm8450-sndcard", "sm8450"},
198198
{.compatible = "qcom,sm8550-sndcard", "sm8550"},

0 commit comments

Comments
 (0)