Message ID | 20240212183800.243017-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | d4a00d16f8367e09e8b8fb03028f22333fc368a5 |
Headers | show |
Series | ASoC: dt-bindings: qcom,sm8250: Allow up to 8 codec DAIs | expand |
On Mon, 12 Feb 2024 19:38:00 +0100, Krzysztof Kozlowski wrote: > 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. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: dt-bindings: qcom,sm8250: Allow up to 8 codec DAIs commit: d4a00d16f8367e09e8b8fb03028f22333fc368a5 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
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
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 <krzysztof.kozlowski@linaro.org> --- DTS with X1E80100 sound card using this: https://lore.kernel.org/linux-devicetree/20240212172335.124845-5-krzysztof.kozlowski@linaro.org/T/#u --- Documentation/devicetree/bindings/sound/qcom,sm8250.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)