mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 21:26:41 +02:00
ASoC: qcom: sm8250: add SDM660 compatible
Add the compatible for SDM660 and SDM670 devices, which can use the support for WCD codecs connected to internal MI2S. Signed-off-by: Richard Acayan <mailingradian@gmail.com> Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com> Link: https://patch.msgid.link/20260730174353.108023-13-mailingradian@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
5e913c10bd
commit
84f950973d
|
|
@ -210,6 +210,7 @@ static const struct of_device_id snd_sm8250_dt_match[] = {
|
|||
{ .compatible = "qcom,qrb2210-sndcard", .data = "qcm2290" },
|
||||
{ .compatible = "qcom,qrb4210-rb2-sndcard", .data = "sm4250" },
|
||||
{ .compatible = "qcom,qrb5165-rb5-sndcard", .data = "sm8250" },
|
||||
{ .compatible = "qcom,sdm660-sndcard", .data = "sdm660" },
|
||||
{ .compatible = "qcom,sm8250-sndcard", .data = "sm8250" },
|
||||
{}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user