commit | 28e9ad921d3b7defd8940a3e30e8241c8ed734db | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Mar 02 18:36:34 2011 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Mar 03 11:15:35 2011 +0000 |
tree | f37a1eaf18ed48fcf51c1f30410f7d3d82a9dbff | |
parent | b8ad29debd7401d257da923480d32838172c431a [diff] |
ASoC: Add a late_probe() callback to cards This is run after the DAPM widgets and routes are added, allowing setup of things like jacks using the routes. The main card probe() is run before anything else so can't be used for this purpose. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>