ASoC: dapm: Break out of widget search when source and sink are located
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Thu, 7 May 2015 10:33:58 +0000 (11:33 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 11 May 2015 14:12:42 +0000 (15:12 +0100)
commit70c751095d5481d246ae7ec622ed35a76ce6ff0c
tree375bc0edde05f07ed4b1ce01568def77101b9544
parent964a0b896a7c78622801afcee77ed3d240352747
ASoC: dapm: Break out of widget search when source and sink are located

Currently snd_soc_dapm_add_route will continue to search the widget list
even after both the source and sink for the route have been located.
This patch breaks out of the search when both are located giving a
small improvement in probe time for drivers.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-dapm.c