diff options
author | Kuninori Morimoto <[email protected]> | 2020-05-28 10:49:20 +0900 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-05-30 02:11:37 +0100 |
commit | 5c0eac036dfd3e20dd09ab86343c3b2fb2a1ac86 (patch) | |
tree | a03d29c3d5546a3f73af18fd306eb2525746b15e /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 73de4b026850da432b8bcfb73fc4af94674a8102 (diff) |
ASoC: soc-card: add snd_soc_card_late_probe()
Card related function should be implemented at soc-card now.
This patch adds it.
card has "card->probe" and "card->late_probe" callbacks,
and "late_probe" callback is called after "probe".
This means, we can set "card->probed" flag afer "late_probe"
for all cases.
Signed-off-by: Kuninori Morimoto <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions