Skip to content

Commit c58c35e

Browse files
lweiss-fairphonebroonie
authored andcommitted
ASoC: qcom: sm8250: Add Fairphone 4 soundcard compatible
Add a compatible for the SM7225-based Fairphone 4 which can use this machine driver. Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Luca Weiss <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent d664e75 commit c58c35e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/qcom/sm8250.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ static int sm8250_platform_probe(struct platform_device *pdev)
208208
}
209209

210210
static const struct of_device_id snd_sm8250_dt_match[] = {
211+
{ .compatible = "fairphone,fp4-sndcard", .data = "sm7225" },
211212
{ .compatible = "fairphone,fp5-sndcard", .data = "qcm6490" },
212213
{ .compatible = "qcom,qrb4210-rb2-sndcard", .data = "sm4250" },
213214
{ .compatible = "qcom,qrb5165-rb5-sndcard", .data = "sm8250" },

0 commit comments

Comments
 (0)