ASoC: topology: Fix usage of SND_SOC_TPLG_INDEX_ALL during load
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Thu, 29 Jun 2017 13:22:25 +0000 (14:22 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 30 Jun 2017 10:53:59 +0000 (11:53 +0100)
commitbb97142bcf8c042103e87d035a120f522d12e788
tree08f718212934efc7e460732cc81ea9a326ddf6fc
parentebd259d33a900b28ef774c4c26e8ce6e2baea7e5
ASoC: topology: Fix usage of SND_SOC_TPLG_INDEX_ALL during load

SND_SOC_TPLG_INDEX_ALL is used by drivers to tell the core to load
all topology component indexes, not just the index in the header.
Fix this so that SND_SOC_TPLG_INDEX_ALL will load all components no matter
their index.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c