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)
commit02b6424509e0c8a36d02b0ee36445be8d1fb128a
tree3e078ed028eda2994f0fd55d70eb051253b96d31
parente194098bf9098083f8ae9687924a6878540f8561
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