ASoC: Instantiate DAPM widgets before we do the DAI link init
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 28 Sep 2011 19:12:01 +0000 (20:12 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 3 Oct 2011 20:34:56 +0000 (21:34 +0100)
commit0b07ab9244d34929b6e07d6a275137a229e9c839
tree2748f981737c87e7a0ea06f60b0bda6997303254
parentf3a54a283b58b932cd3d018ca4a1ba96cc43a895
ASoC: Instantiate DAPM widgets before we do the DAI link init

The DAI init function may want to do something that needs the widgets to
be instantiated.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c