ASoC: Add a late_probe() callback to cards
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 2 Mar 2011 18:36:34 +0000 (18:36 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 3 Mar 2011 11:15:35 +0000 (11:15 +0000)
commit28e9ad921d3b7defd8940a3e30e8241c8ed734db
treef37a1eaf18ed48fcf51c1f30410f7d3d82a9dbff
parentb8ad29debd7401d257da923480d32838172c431a
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>
include/sound/soc.h
sound/soc/soc-core.c