Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: dt-bindings: nau8822: Add #sound-dai-cells

Add #sound-dai-cells property and reference dai-common.yaml schema, this
is required since NAU8822 can be used as a platform DAI link.

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230719124752.248898-2-francesco@dolcini.it
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Francesco Dolcini and committed by
Mark Brown
e8c213ca 65bc25b8

+6
+6
Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml
··· 21 21 reg: 22 22 maxItems: 1 23 23 24 + "#sound-dai-cells": 25 + const: 0 26 + 24 27 nuvoton,spk-btl: 25 28 description: 26 29 If set, configure the two loudspeaker outputs as a Bridge Tied Load output ··· 33 30 required: 34 31 - compatible 35 32 - reg 33 + 34 + allOf: 35 + - $ref: dai-common.yaml# 36 36 37 37 additionalProperties: false 38 38