On Mon, 08 Aug 2022 10:57:30 +0530, Sameer Pujar wrote: > The "convert-channels" and "convert-rate" bindings are available for > audio-graph-card and are documented in the audio-graph-port.yaml and > the audio-graph.yaml. There is duplication of property details at > multiple places. > > Introduce a new schema to have common definitions for DAI params and > these can be re-used in other schemas wherever applicable. Presently > update audio-graph-card bindings to use these definitions. If required > simple-card bindings can be extended to make use of common definitions. > > Signed-off-by: Sameer Pujar <spujar@xxxxxxxxxx> > Cc: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > --- > .../bindings/sound/audio-graph-port.yaml | 13 ++++------ > .../devicetree/bindings/sound/audio-graph.yaml | 7 +++-- > .../devicetree/bindings/sound/dai-params.yaml | 30 ++++++++++++++++++++++ > 3 files changed, 38 insertions(+), 12 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/dai-params.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>