From: Rob Herring <robh@kernel.org>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Mark Brown <broonie@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Linux-ALSA <alsa-devel@alsa-project.org>,
devicetree@vger.kernel.org, Maxim Kochetkov <fido_max@inbox.ru>
Subject: Re: [PATCH 1/5] ASoC: audio-graph-port: add link-trigger-order
Date: Mon, 10 Jun 2024 16:09:09 -0600 [thread overview]
Message-ID: <20240610220909.GA3150939-robh@kernel.org> (raw)
In-Reply-To: <87tti5s81m.wl-kuninori.morimoto.gx@renesas.com>
On Fri, Jun 07, 2024 at 04:15:01AM +0000, Kuninori Morimoto wrote:
> Some Sound Card might need special trigger ordering which is based on
> CPU/Codec connection. It is already supported on ASoC, but Simple Audio
> Card / Audio Graph Card still not support it. Let's support it.
I have no idea what trigger order means reading this patch.
>
> Cc: Maxim Kochetkov <fido_max@inbox.ru>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> .../devicetree/bindings/sound/audio-graph-port.yaml | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/sound/audio-graph-port.yaml b/Documentation/devicetree/bindings/sound/audio-graph-port.yaml
> index 28b27e7e45de6..d1cbfc5edd3ac 100644
> --- a/Documentation/devicetree/bindings/sound/audio-graph-port.yaml
> +++ b/Documentation/devicetree/bindings/sound/audio-graph-port.yaml
> @@ -25,6 +25,15 @@ definitions:
> capture-only:
> description: port connection used only for capture
> $ref: /schemas/types.yaml#/definitions/flag
> + link-trigger-order:
> + description: trigger order for both start/stop
> + $ref: /schemas/types.yaml#/definitions/uint32-array
> + link-trigger-order-start:
> + description: trigger order for start
> + $ref: /schemas/types.yaml#/definitions/uint32-array
> + link-trigger-order-stop:
> + description: trigger order for stop
> + $ref: /schemas/types.yaml#/definitions/uint32-array
constraints?
These are just definitions. Where are the properties defined?
>
> endpoint-base:
> allOf:
> --
> 2.43.0
>
next prev parent reply other threads:[~2024-06-10 22:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-07 4:07 [PATCH 0/5] ASoC: simple-card / audio-graph: Kuninori Morimoto
2024-06-07 4:15 ` [PATCH 1/5] ASoC: audio-graph-port: add link-trigger-order Kuninori Morimoto
2024-06-10 22:09 ` Rob Herring [this message]
2024-06-10 23:34 ` Kuninori Morimoto
2024-06-07 4:15 ` [PATCH 2/5] ASoC: simple-card-utils: add link-trigger-order support Kuninori Morimoto
2024-06-10 22:09 ` Rob Herring
2024-06-07 4:15 ` [PATCH 3/5] ASoC: simple-audio-card: " Kuninori Morimoto
2024-06-07 4:15 ` [PATCH 4/5] ASoC: audio-graph-card: " Kuninori Morimoto
2024-06-07 4:15 ` [PATCH 5/5] ASoC: audio-graph-card2: " Kuninori Morimoto
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=20240610220909.GA3150939-robh@kernel.org \
--to=robh@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fido_max@inbox.ru \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=kuninori.morimoto.gx@renesas.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.