We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689a951 commit 5b5bf59Copy full SHA for 5b5bf59
sound/soc/qcom/sc8280xp.c
@@ -186,6 +186,8 @@ static int sc8280xp_platform_probe(struct platform_device *pdev)
186
static const struct of_device_id snd_sc8280xp_dt_match[] = {
187
{.compatible = "qcom,qcm6490-idp-sndcard", "qcm6490"},
188
{.compatible = "qcom,qcs6490-rb3gen2-sndcard", "qcs6490"},
189
+ {.compatible = "qcom,qcs9075-sndcard", "qcs9075"},
190
+ {.compatible = "qcom,qcs9100-sndcard", "qcs9100"},
191
{.compatible = "qcom,sc8280xp-sndcard", "sc8280xp"},
192
{.compatible = "qcom,sm8450-sndcard", "sm8450"},
193
{.compatible = "qcom,sm8550-sndcard", "sm8550"},
0 commit comments