ASoC: Instantiate any forgotten DAPM widgets
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 14 Jun 2009 10:33:37 +0000 (11:33 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 14 Jun 2009 15:14:53 +0000 (16:14 +0100)
commit6d5701b29e392f77d222254aa8e375315d59f0aa
treef5552372d806219450f5fc4086b5c55f4e1db8ee
parent5ba73683ba5223b218b26f878663e3907e85eedc
ASoC: Instantiate any forgotten DAPM widgets

With the recent changes to the DAPM power checks it has become important
to explicitly instantiate all widgets but some drivers were forgetting
to do that.  Since everything needs to do it add a call to instantiate
them immediately before the card registration - it does no harm when it
is called repeatedly and saves work in drivers.

Tested-by: pHilipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c