Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Link: https://patch.msgid.link/20250723-fp4-usb-audio-offload-v3-3-6be84ed4fc39@fairphone.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Luca Weiss and committed by
Mark Brown
c58c35ef d664e753

+1
+1
sound/soc/qcom/sm8250.c
··· 208 208 } 209 209 210 210 static const struct of_device_id snd_sm8250_dt_match[] = { 211 + { .compatible = "fairphone,fp4-sndcard", .data = "sm7225" }, 211 212 { .compatible = "fairphone,fp5-sndcard", .data = "qcm6490" }, 212 213 { .compatible = "qcom,qrb4210-rb2-sndcard", .data = "sm4250" }, 213 214 { .compatible = "qcom,qrb5165-rb5-sndcard", .data = "sm8250" },