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: audio-graph-card2: add support for aux devices

Add device tree property to define auxiliary devices to be added to
Audio Graph Card which is already supported on Simle Card.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://msgid.link/r/87jzin3yc8.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
7109f10c 595265c9

+5
+5
Documentation/devicetree/bindings/sound/audio-graph-card2.yaml
··· 23 23 Each entry is a pair of strings, the first being the 24 24 connection's sink, the second being the connection's source. 25 25 $ref: /schemas/types.yaml#/definitions/non-unique-string-array 26 + aux-devs: 27 + description: | 28 + List of phandles pointing to auxiliary devices, such 29 + as amplifiers, to be added to the sound card. 30 + $ref: /schemas/types.yaml#/definitions/phandle-array 26 31 multi: 27 32 type: object 28 33 description: Multi-CPU/Codec node