Skip to content

Commit 62ef9b2

Browse files
committed
ASoC: Add QCS615 sound card support
Merge series from Le Qi <[email protected]>: 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 parents 5726b68 + dee4ef0 commit 62ef9b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Documentation/devicetree/bindings/sound/qcom,sm8250.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ properties:
3333
- qcom,apq8096-sndcard
3434
- qcom,glymur-sndcard
3535
- qcom,qcm6490-idp-sndcard
36+
- qcom,qcs615-sndcard
3637
- qcom,qcs6490-rb3gen2-sndcard
3738
- qcom,qcs8275-sndcard
3839
- qcom,qcs9075-sndcard

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)