]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: topology: Align tplg pointer increment across all kcontrols
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Sat, 2 Mar 2019 01:08:52 +0000 (19:08 -0600)
committerMark Brown <broonie@kernel.org>
Tue, 2 Apr 2019 05:57:44 +0000 (12:57 +0700)
commit3ba83614af8f183b4547fdd85eb6574b28162d8d
tree3e078ed028eda2994f0fd55d70eb051253b96d31
parent3824c348297661973d1a22d1871bf9a8b8817b96
ASoC: topology: Align tplg pointer increment across all kcontrols

This aligns all kcontrol tplg pointer increments to be consistent
in the respective create methods and ensures that the position is
pointing to the next widget rather the current invalid widget.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c