This patch series adds parsing the topology clock gating parameter, which is currently can be set by alsa-lib, but ignored by kernel.
The patch 1/2 modifies the UAPI header. If it is applied, the corresponded patch should be applied in alsa-lib [2].
Related, but not required alsa-lib patch: [1].
[1]. [alsa-lib,v2,1/2] topology: Fix parsing config with multiple hw_configs [2]. [alsa-lib,v2,2/2] ASoC: topology: Add defines for snd_soc_tplg_hw_config.clock_gated
Signed-off-by: Kirill Marinushkin k.marinushkin@gmail.com Cc: Mark Brown broonie@kernel.org Cc: Takashi Sakamoto o-takashi@sakamocchi.jp Cc: Takashi Iwai tiwai@suse.com Cc: Jaroslav Kysela perex@perex.cz Cc: Liam Girdwood lgirdwood@gmail.com Cc: alsa-devel@alsa-project.org Cc: linux-kernel@vger.kernel.org
Kirill Marinushkin (2): ASoC: topology: Add defines for snd_soc_tplg_hw_config.clock_gated ASoC: topology: Add missing clock gating parameter when parsing hw_configs
include/uapi/sound/asoc.h | 7 ++++++- sound/soc/soc-topology.c | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-)