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

ASoC: dt-bindings: sound-card-common: List sound widgets ignoring system suspend

Add a property to list audio sound widgets which are marked ignoring
system suspend. Paths between these endpoints are still active over
suspend of the main application processor that the current operating
system is running.

Signed-off-by: Chancel Liu <chancel.liu@nxp.com>
Link: https://lore.kernel.org/r/20231121052512.20235-1-chancel.liu@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Chancel Liu and committed by
Mark Brown
27c69d7d af524e9d

+7
+7
Documentation/devicetree/bindings/sound/sound-card-common.yaml
··· 17 17 pair of strings, the first being the connection's sink, the second 18 18 being the connection's source. 19 19 20 + ignore-suspend-widgets: 21 + $ref: /schemas/types.yaml#/definitions/non-unique-string-array 22 + description: | 23 + A list of audio sound widgets which are marked ignoring system suspend. 24 + Paths between these endpoints are still active over suspend of the main 25 + application processor that the current operating system is running. 26 + 20 27 model: 21 28 $ref: /schemas/types.yaml#/definitions/string 22 29 description: User specified audio sound card name