[PATCH 0/2] DT binding for sample format conversion

Sameer Pujar posted 2 patches 3 years, 8 months ago
There is a newer version of this series
.../devicetree/bindings/sound/audio-graph-port.yaml | 21 +++++++++++++++++++++
.../devicetree/bindings/sound/audio-graph.yaml      | 11 +++++++++++
.../devicetree/bindings/sound/simple-card.yaml      | 15 +++++++++++++++
include/sound/simple_card_utils.h                   |  1 +
sound/soc/generic/simple-card-utils.c               | 12 ++++++++++++
5 files changed, 60 insertions(+)
[PATCH 0/2] DT binding for sample format conversion
Posted by Sameer Pujar 3 years, 8 months ago
DT binding properties are available to fixup rate and channel
parameters of a DAI. This series extends this to sample format
conversion as well. With this now DAI PCM parameters (channels,
sample rate and sample format) can be fixed up as necessary
in an audio path.

Sameer Pujar (2):
  ASoC: dt-bindings: Add sample format conversion
  ASoC: simple-card-utils: Fixup DAI sample format

 .../devicetree/bindings/sound/audio-graph-port.yaml | 21 +++++++++++++++++++++
 .../devicetree/bindings/sound/audio-graph.yaml      | 11 +++++++++++
 .../devicetree/bindings/sound/simple-card.yaml      | 15 +++++++++++++++
 include/sound/simple_card_utils.h                   |  1 +
 sound/soc/generic/simple-card-utils.c               | 12 ++++++++++++
 5 files changed, 60 insertions(+)

-- 
2.7.4