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

From: Sameer Pujar
Date: Wed Jul 27 2022 - 10:26:48 EST


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