Skip to content

Commit 2f29988

Browse files
committed
ASoC: qcom: add sound card support for SM8650
Merge series from Neil Armstrong <neil.armstrong@linaro.org>: Document the SM8650 sound card using the SM8450 fallback and add the SM8650 compatible to the sc8280xp sound card driver to use the sm8650 card driver_name like SM8450 & SM8550.
2 parents 791667f + 7211094 commit 2f29988

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ properties:
2424
- items:
2525
- enum:
2626
- qcom,sm8550-sndcard
27+
- qcom,sm8650-sndcard
2728
- const: qcom,sm8450-sndcard
2829
- enum:
2930
- qcom,apq8016-sbc-sndcard

sound/soc/qcom/sc8280xp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ static const struct of_device_id snd_sc8280xp_dt_match[] = {
153153
{.compatible = "qcom,sc8280xp-sndcard", "sc8280xp"},
154154
{.compatible = "qcom,sm8450-sndcard", "sm8450"},
155155
{.compatible = "qcom,sm8550-sndcard", "sm8550"},
156+
{.compatible = "qcom,sm8650-sndcard", "sm8650"},
156157
{}
157158
};
158159

0 commit comments

Comments
 (0)