Skip to content

Commit b27a58e

Browse files
committed
Add sound card support for QCS8275
Merge series from Prasad Kumpatla <[email protected]>: This patchset adds support for sound card on Qualcomm QCS8275 boards.
2 parents 0c0ef1d + 34d340d commit b27a58e

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
@@ -32,6 +32,7 @@ properties:
3232
- qcom,apq8096-sndcard
3333
- qcom,qcm6490-idp-sndcard
3434
- qcom,qcs6490-rb3gen2-sndcard
35+
- qcom,qcs8275-sndcard
3536
- qcom,qcs9075-sndcard
3637
- qcom,qcs9100-sndcard
3738
- qcom,qrb4210-rb2-sndcard

sound/soc/qcom/sc8280xp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ static int sc8280xp_platform_probe(struct platform_device *pdev)
186186
static const struct of_device_id snd_sc8280xp_dt_match[] = {
187187
{.compatible = "qcom,qcm6490-idp-sndcard", "qcm6490"},
188188
{.compatible = "qcom,qcs6490-rb3gen2-sndcard", "qcs6490"},
189+
{.compatible = "qcom,qcs8275-sndcard", "qcs8275"},
189190
{.compatible = "qcom,qcs9075-sndcard", "qcs9075"},
190191
{.compatible = "qcom,qcs9100-sndcard", "qcs9100"},
191192
{.compatible = "qcom,sc8280xp-sndcard", "sc8280xp"},

0 commit comments

Comments
 (0)