Skip to content

Commit dee4ef0

Browse files
Le Qibroonie
authored andcommitted
ASoC: qcom: sc8280xp: Add support for QCS615
Add compatible for sound card on QCS615 boards. Signed-off-by: Le Qi <le.qi@oss.qualcomm.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/20251009090619.1097388-3-le.qi@oss.qualcomm.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 6079165 commit dee4ef0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/qcom/sc8280xp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ static int sc8280xp_platform_probe(struct platform_device *pdev)
192192

193193
static const struct of_device_id snd_sc8280xp_dt_match[] = {
194194
{.compatible = "qcom,qcm6490-idp-sndcard", "qcm6490"},
195+
{.compatible = "qcom,qcs615-sndcard", "qcs615"},
195196
{.compatible = "qcom,qcs6490-rb3gen2-sndcard", "qcs6490"},
196197
{.compatible = "qcom,qcs8275-sndcard", "qcs8300"},
197198
{.compatible = "qcom,qcs9075-sndcard", "sa8775p"},

0 commit comments

Comments
 (0)