diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2024-02-22 17:32:04 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-02-23 07:00:44 +0100 |
commit | e89fbb5bc21a10a0de2bb878d4df09f538dc523b (patch) | |
tree | e42c7f6b47301e621ccaf18f6d6b45eb28498d1c /Documentation/devicetree/bindings/sound | |
parent | 3bf0514dc6f36f81ee11b1becd977cb87b4c90c6 (diff) |
ASoC: Revert "ASoC: dt-bindings: Update example for enabling USB offload on SM8250"
This reverts commit a9c83252bff616cf3a38d55b7c6a6ad63667f2dd from USB
tree, because it depends on other DT bindings changes which were not
applied. This commit alone causes dt_binding_check failures:
Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:97.44-45 syntax error
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Wesley Cheng <quic_wcheng@quicinc.com>
Link: https://lore.kernel.org/r/20240222163204.65468-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/qcom,sm8250.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml index e78b8b660fce..6f419747273e 100644 --- a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml +++ b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml @@ -227,21 +227,6 @@ examples: sound-dai = <&vamacro 0>; }; }; - - usb-dai-link { - link-name = "USB Playback"; - cpu { - sound-dai = <&q6afedai USB_RX>; - }; - - codec { - sound-dai = <&usbdai USB_RX>; - }; - - platform { - sound-dai = <&q6routing>; - }; - }; }; - | |