diff options
| author | Kuninori Morimoto <[email protected]> | 2019-05-13 16:08:33 +0900 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2019-05-13 12:46:31 +0100 |
| commit | e7ecfdb794fef1f6c91f62a40fd6aa3d4d8d2471 (patch) | |
| tree | bd70dba7c5d1ab86615bcbfc382bc1ca0b89f810 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 2371abdc08e491f6f540c3971bdfa8c90f3329fb (diff) | |
ASoC: soc-pcm: add soc_pcm_components_open()
soc-pcm.c has soc_pcm_components_close() but not have its open()
side function. This kind of unbalance function is very unreadable.
And, current error handling is not correct.
Because it is using for_each_rtdcom() loop, we need to call
soc_pcm_components_close() anyway even though
CPU DAI .startup() failed.
This patch adds soc_pcm_components_open(), and fixup error
handling issue.
Signed-off-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions