[alsa-devel] [RFC PATCH 30/34] ASoC: dt-bindings: Bump sound-dai-cells on sun8i-codec
Samuel Holland
samuel at sholland.org
Mon Feb 17 07:42:46 CET 2020
The generic ASoC OF code supports a sound-dai-cells value of 0 or 1 with
no impact to the driver. Bump sound-dai-cells to 1 to allow using the
secondary DAIs in the codec.
Signed-off-by: Samuel Holland <samuel at sholland.org>
---
.../devicetree/bindings/sound/allwinner,sun8i-a33-codec.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/sound/allwinner,sun8i-a33-codec.yaml b/Documentation/devicetree/bindings/sound/allwinner,sun8i-a33-codec.yaml
index 7c66409f13ea..97d4bf0d9a73 100644
--- a/Documentation/devicetree/bindings/sound/allwinner,sun8i-a33-codec.yaml
+++ b/Documentation/devicetree/bindings/sound/allwinner,sun8i-a33-codec.yaml
@@ -12,7 +12,7 @@ maintainers:
properties:
"#sound-dai-cells":
- const: 0
+ const: 1
compatible:
enum:
--
2.24.1
More information about the Alsa-devel
mailing list