[PATCH 1/4] ASoC: audio-graph-card: Refactor schema
Sameer Pujar
spujar at nvidia.com
Wed Nov 18 06:44:24 CET 2020
Hi Rob,
> From: Sameer Pujar <spujar at nvidia.com>
>
> There can be customized sound cards which are based on generic audio
> graph. In such cases most of the stuff is reused from generic audio
> graph. To facilitate this, refactor audio graph schema into multiple
> files and the base schema can be reused for specific sound cards.
>
> The graph card nodes and port nodes are separate entities, so they
> should be separate schemas.
>
> Signed-off-by: Sameer Pujar <spujar at nvidia.com>
> Cc: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
> [robh: Split out port schema. Add graph.yaml in subsequent commit]
> Signed-off-by: Rob Herring <robh at kernel.org>
> ---
> .../bindings/sound/audio-graph-card.yaml | 106 +-----------------
> .../bindings/sound/audio-graph-port.yaml | 86 ++++++++++++++
> .../bindings/sound/audio-graph.yaml | 45 ++++++++
> .../bindings/sound/renesas,rsnd.yaml | 12 +-
> 4 files changed, 141 insertions(+), 108 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/sound/audio-graph-port.yaml
> create mode 100644 Documentation/devicetree/bindings/sound/audio-graph.yaml
Thanks for the update.
Acked-by: Sameer Pujar <spujar at nvidia.com>
More information about the Alsa-devel
mailing list