From: "Alvin Šipraga" <alvin@pqrs.dk>
To: Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: "Alvin Šipraga" <alsi@bang-olufsen.dk>,
alsa-devel@alsa-project.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH 1/4] ASoC: dt-bindings: document new symmetric-clock-role flag
Date: Fri, 2 Jun 2023 11:03:18 +0200 [thread overview]
Message-ID: <20230602090322.1876359-2-alvin@pqrs.dk> (raw)
In-Reply-To: <20230602090322.1876359-1-alvin@pqrs.dk>
From: Alvin Šipraga <alsi@bang-olufsen.dk>
The new flag specifies that both ends of the dai-link have the same
clock consumer/provider role. This should be used to describe hardware
where e.g. the CPU and codec both receive their bit- and frame-clocks
from an external source.
Signed-off-by: Alvin Šipraga <alsi@bang-olufsen.dk>
---
.../devicetree/bindings/sound/simple-card.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/Documentation/devicetree/bindings/sound/simple-card.yaml b/Documentation/devicetree/bindings/sound/simple-card.yaml
index b05e05c81cc4..ce738d1a394d 100644
--- a/Documentation/devicetree/bindings/sound/simple-card.yaml
+++ b/Documentation/devicetree/bindings/sound/simple-card.yaml
@@ -27,6 +27,11 @@ definitions:
description: dai-link uses bit clock inversion
$ref: /schemas/types.yaml#/definitions/flag
+ symmetric-clock-roles:
+ description: |
+ dai-link uses same clock consumer/provider role for both CPU and Codec
+ $ref: /schemas/types.yaml#/definitions/flag
+
dai-tdm-slot-num:
description: see tdm-slot.txt.
$ref: /schemas/types.yaml#/definitions/uint32
@@ -128,6 +133,8 @@ definitions:
$ref: "#/definitions/frame-inversion"
bitclock-inversion:
$ref: "#/definitions/bitclock-inversion"
+ symmetric-clock-roles:
+ $ref: "#/definitions/symmetric-clock-roles"
frame-master:
$ref: /schemas/types.yaml#/definitions/flag
bitclock-master:
@@ -181,6 +188,8 @@ properties:
$ref: "#/definitions/frame-inversion"
simple-audio-card,bitclock-inversion:
$ref: "#/definitions/bitclock-inversion"
+ simple-audio-card,symmetric-clock-roles:
+ $ref: "#/definitions/symmetric-clock-roles"
simple-audio-card,format:
$ref: "#/definitions/format"
simple-audio-card,mclk-fs:
@@ -230,6 +239,8 @@ patternProperties:
$ref: "#/definitions/frame-inversion"
bitclock-inversion:
$ref: "#/definitions/bitclock-inversion"
+ symmetric-clock-roles:
+ $ref: "#/definitions/symmetric-clock-roles"
format:
$ref: "#/definitions/format"
mclk-fs:
--
2.40.0
next prev parent reply other threads:[~2023-06-02 9:05 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-02 9:03 [PATCH 0/4] ASoC: support dai-links with symmetric clock roles Alvin Šipraga
2023-06-02 9:03 ` Alvin Šipraga [this message]
2023-06-02 10:13 ` [PATCH 1/4] ASoC: dt-bindings: document new symmetric-clock-role flag Rob Herring
2023-06-02 11:43 ` Mark Brown
2023-06-02 12:12 ` Alvin Šipraga
2023-06-02 12:19 ` Mark Brown
2023-06-02 12:42 ` Alvin Šipraga
2023-06-06 14:39 ` Mark Brown
2023-06-05 11:42 ` Alvin Šipraga
2023-06-02 9:03 ` [PATCH 2/4] ASoC: core: add support for dai-links with symmetric clock roles Alvin Šipraga
2023-06-02 9:03 ` [PATCH 3/4] ASoC: audio-graph-card2: parse symmetric-clock-roles property Alvin Šipraga
2023-06-05 0:35 ` Kuninori Morimoto
2023-06-05 10:58 ` Alvin Šipraga
2023-06-02 9:03 ` [PATCH 4/4] ASoC: simple-card: " Alvin Šipraga
2023-06-05 0:28 ` Kuninori Morimoto
2023-06-05 11:12 ` Alvin Šipraga
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230602090322.1876359-2-alvin@pqrs.dk \
--to=alvin@pqrs.dk \
--cc=alsa-devel@alsa-project.org \
--cc=alsi@bang-olufsen.dk \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=robh+dt@kernel.org \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).