diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-02-12 19:38:00 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-02-12 21:24:55 +0000 |
commit | d4a00d16f8367e09e8b8fb03028f22333fc368a5 (patch) | |
tree | 43cab880a2bfc59d0a69ef2df5f077f489e13c6d | |
parent | 00933c4993f132a53d31f995a011945b3835826c (diff) |
ASoC: dt-bindings: qcom,sm8250: Allow up to 8 codec DAIs
Sound card on Qualcomm X1E80100 CRD board has eight DAIs in one DAI
link (for WSA speakers). Boards with older SoCs could technically have
similar setup, even if it was not observed on mainlined devices.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://msgid.link/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/sound/qcom,sm8250.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml index 6f419747273e..2ab6871e89e5 100644 --- a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml +++ b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml @@ -107,7 +107,7 @@ patternProperties: properties: sound-dai: minItems: 1 - maxItems: 4 + maxItems: 8 required: - link-name |