Commit 0ce44afd authored by Daniel Mack's avatar Daniel Mack Committed by Mark Brown

ASoC: dt-bindings: max98396: Document adi,bypass-slot-no

This property allows to select the PCM data input channel that is
routed to the speaker audio processing bypass path.

The driver already implements this property.

While at it, fix the default value for adi,imon-slot-no.
Signed-off-by: default avatarDaniel Mack <daniel@zonque.org>
Link: https://lore.kernel.org/r/20220624104712.1934484-4-daniel@zonque.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent d9bd3aea
...@@ -51,13 +51,22 @@ properties: ...@@ -51,13 +51,22 @@ properties:
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: "/schemas/types.yaml#/definitions/uint32"
minimum: 0 minimum: 0
maximum: 15 maximum: 15
default: 0 default: 1
adi,spkfb-slot-no: adi,spkfb-slot-no:
description: slot number of speaker DSP monitor description: slot number of speaker DSP monitor
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: "/schemas/types.yaml#/definitions/uint32"
minimum: 0 minimum: 0
maximum: 15 maximum: 15
default: 2
adi,bypass-slot-no:
description:
Selects the PCM data input channel that is routed to the speaker
audio processing bypass path.
$ref: "/schemas/types.yaml#/definitions/uint32"
minimum: 0
maximum: 15
default: 0 default: 0
adi,interleave-mode: adi,interleave-mode:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment