]> git.alsa-project.org Git - alsa-lib.git/commit
topology: Parse ignore_suspend property for dapm widget
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Tue, 25 May 2021 15:09:21 +0000 (17:09 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 29 Jan 2023 17:55:53 +0000 (18:55 +0100)
commite11ea20645b46d88c3de6d995512e67143bd7f4e
tree9e33962350d0c05d2512d01736f815e0cb74cfd8
parente824f70d620404c2242d159d3e63074b5761e0e3
topology: Parse ignore_suspend property for dapm widget

snd_soc_tplg_dapm_widget has ignore_suspend field, but there is no way
to set value for it, because we don't parse topology field for it.
Fix this by adding parsing code.

Fixes: https://github.com/alsa-project/alsa-lib/pull/230
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/topology/dapm.c