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.

Add support for QCM6490 and QCS6490

Merge series from Mohammad Rafi Shaik <quic_mohs@quicinc.com>:

This patchset adds support for sound card on Qualcomm QCM6490 IDP and
QCS6490 RB3Gen2 boards.

+4
+2
Documentation/devicetree/bindings/sound/qcom,sm8250.yaml
··· 29 29 - enum: 30 30 - qcom,apq8016-sbc-sndcard 31 31 - qcom,msm8916-qdsp6-sndcard 32 + - qcom,qcm6490-idp-sndcard 33 + - qcom,qcs6490-rb3gen2-sndcard 32 34 - qcom,qrb5165-rb5-sndcard 33 35 - qcom,sc7180-qdsp6-sndcard 34 36 - qcom,sc8280xp-sndcard
+2
sound/soc/qcom/sc8280xp.c
··· 169 169 } 170 170 171 171 static const struct of_device_id snd_sc8280xp_dt_match[] = { 172 + {.compatible = "qcom,qcm6490-idp-sndcard", "qcm6490"}, 173 + {.compatible = "qcom,qcs6490-rb3gen2-sndcard", "qcs6490"}, 172 174 {.compatible = "qcom,sc8280xp-sndcard", "sc8280xp"}, 173 175 {.compatible = "qcom,sm8450-sndcard", "sm8450"}, 174 176 {.compatible = "qcom,sm8550-sndcard", "sm8550"},