Commit af29e51b authored by Daniel Baluta's avatar Daniel Baluta Committed by Mark Brown

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: default avatarDaniel Baluta <daniel.baluta@nxp.com>
Link: https://msgid.link/r/20231128081119.106360-3-daniel.baluta@oss.nxp.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent d29351e8
...@@ -19,6 +19,12 @@ definitions: ...@@ -19,6 +19,12 @@ definitions:
properties: properties:
mclk-fs: mclk-fs:
$ref: simple-card.yaml#/definitions/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: endpoint-base:
allOf: allOf:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment