diff options
author | Daniel Baluta <daniel.baluta@nxp.com> | 2023-11-28 11:11:19 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-14 13:56:48 +0300 |
commit | af29e51bee8223d8b26e574489d2433b88cdeb2f (patch) | |
tree | ce25796ddbb0299a2f7bf16a39b26f1c2df781ea | |
parent | d29351e8c20d61a852bbdfcab7bb7166bd916558 (diff) | |
download | linux-af29e51bee8223d8b26e574489d2433b88cdeb2f.tar.xz |
ASoC: dt-bindings: audio-graph-port: Document new DAI link flags playback-only/capture-only
Document new playback-only and capture-only flags which can be used
when dai link can only support just one direction: playback or capture
but not both.
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://msgid.link/r/20231128081119.106360-3-daniel.baluta@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/audio-graph-port.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/audio-graph-port.yaml b/Documentation/devicetree/bindings/sound/audio-graph-port.yaml index 60b5e3fd1115..b13c08de505e 100644 --- a/Documentation/devicetree/bindings/sound/audio-graph-port.yaml +++ b/Documentation/devicetree/bindings/sound/audio-graph-port.yaml @@ -19,6 +19,12 @@ definitions: properties: mclk-fs: $ref: simple-card.yaml#/definitions/mclk-fs + playback-only: + description: port connection used only for playback + $ref: /schemas/types.yaml#/definitions/flag + capture-only: + description: port connection used only for capture + $ref: /schemas/types.yaml#/definitions/flag endpoint-base: allOf: |