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: Add QCS615 sound card support

Merge series from Le Qi <le.qi@oss.qualcomm.com>:

This patch series adds support for the QCS615 sound card:
- Updates device tree bindings for SM8250 to include QCS615.
- Adds QCS615 support in the SC8280XP ASoC driver.

+2
+1
Documentation/devicetree/bindings/sound/qcom,sm8250.yaml
··· 33 33 - qcom,apq8096-sndcard 34 34 - qcom,glymur-sndcard 35 35 - qcom,qcm6490-idp-sndcard 36 + - qcom,qcs615-sndcard 36 37 - qcom,qcs6490-rb3gen2-sndcard 37 38 - qcom,qcs8275-sndcard 38 39 - qcom,qcs9075-sndcard
+1
sound/soc/qcom/sc8280xp.c
··· 192 192 193 193 static const struct of_device_id snd_sc8280xp_dt_match[] = { 194 194 {.compatible = "qcom,qcm6490-idp-sndcard", "qcm6490"}, 195 + {.compatible = "qcom,qcs615-sndcard", "qcs615"}, 195 196 {.compatible = "qcom,qcs6490-rb3gen2-sndcard", "qcs6490"}, 196 197 {.compatible = "qcom,qcs8275-sndcard", "qcs8300"}, 197 198 {.compatible = "qcom,qcs9075-sndcard", "sa8775p"},