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 d664e75 commit c58c35eCopy full SHA for c58c35e
sound/soc/qcom/sm8250.c
@@ -208,6 +208,7 @@ static int sm8250_platform_probe(struct platform_device *pdev)
208
}
209
210
static const struct of_device_id snd_sm8250_dt_match[] = {
211
+ { .compatible = "fairphone,fp4-sndcard", .data = "sm7225" },
212
{ .compatible = "fairphone,fp5-sndcard", .data = "qcm6490" },
213
{ .compatible = "qcom,qrb4210-rb2-sndcard", .data = "sm4250" },
214
{ .compatible = "qcom,qrb5165-rb5-sndcard", .data = "sm8250" },
0 commit comments