diff options
author | Sameer Pujar <spujar@nvidia.com> | 2022-08-08 07:27:31 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-15 02:19:54 +0200 |
commit | 955927873d82c5127e31e618703d804033a93e4f (patch) | |
tree | f6eae2ebcc382a4ab3a3acd65b41181ceced53c5 /Documentation/devicetree/bindings/sound/audio-graph.yaml | |
parent | ASoC: dt-bindings: Definitions for DAI params (diff) | |
download | linux-955927873d82c5127e31e618703d804033a93e4f.tar.xz linux-955927873d82c5127e31e618703d804033a93e4f.zip |
ASoC: dt-bindings: Add sample format conversion
Presently "convert-channels" and "convert-rate" DT bindings are available
for channel and rate fixups respectively.
Similarly add "convert-sample-format" binding to fixup DAI sample format
as well. This is added to audio-graph-card based bindings.
Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1659936452-2254-3-git-send-email-spujar@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/audio-graph.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/sound/audio-graph.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/audio-graph.yaml b/Documentation/devicetree/bindings/sound/audio-graph.yaml index ffee5c9e2a6c..aaa99c2deda0 100644 --- a/Documentation/devicetree/bindings/sound/audio-graph.yaml +++ b/Documentation/devicetree/bindings/sound/audio-graph.yaml @@ -30,6 +30,8 @@ properties: $ref: "/schemas/sound/dai-params.yaml#/$defs/dai-sample-rate" convert-channels: $ref: "/schemas/sound/dai-params.yaml#/$defs/dai-channels" + convert-sample-format: + $ref: "/schemas/sound/dai-params.yaml#/$defs/dai-sample-format" pa-gpios: maxItems: 1 |