Skip to content

Commit 5b5bf59

Browse files
mohsRafibroonie
authored andcommitted
ASoC: qcom: sc8280xp: Add sound card support for QCS9100 and QCS9075
Add compatibles for sound card on Qualcomm QCS9100 and QCS9075 boards. Signed-off-by: Mohammad Rafi Shaik <mohammad.rafi.shaik@oss.qualcomm.com> Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com> Link: https://patch.msgid.link/20250519083244.4070689-3-mohammad.rafi.shaik@oss.qualcomm.com Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 689a951 commit 5b5bf59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/soc/qcom/sc8280xp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ static int sc8280xp_platform_probe(struct platform_device *pdev)
186186
static const struct of_device_id snd_sc8280xp_dt_match[] = {
187187
{.compatible = "qcom,qcm6490-idp-sndcard", "qcm6490"},
188188
{.compatible = "qcom,qcs6490-rb3gen2-sndcard", "qcs6490"},
189+
{.compatible = "qcom,qcs9075-sndcard", "qcs9075"},
190+
{.compatible = "qcom,qcs9100-sndcard", "qcs9100"},
189191
{.compatible = "qcom,sc8280xp-sndcard", "sc8280xp"},
190192
{.compatible = "qcom,sm8450-sndcard", "sm8450"},
191193
{.compatible = "qcom,sm8550-sndcard", "sm8550"},

0 commit comments

Comments
 (0)