diff options
| author | Kuninori Morimoto <[email protected]> | 2020-02-10 12:14:37 +0900 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2020-02-12 23:51:36 +0000 |
| commit | dd03907bf129b42e9e3203fdf405ea9873b28dd3 (patch) | |
| tree | ac89a5bd09b65a3f91c4abdce6ba181e8c5f8993 /tools/perf/scripts/python | |
| parent | 514de1c935d1670e0f162210f3794cf0be67c8a7 (diff) | |
ASoC: soc-pcm: call snd_soc_component_open/close() once
Current soc_pcm_open() calls snd_soc_component_open() under loop.
Thus, it needs to care about opened/not-yet-opened Component.
But, if soc-component.c is handling it, soc-pcm.c don't need to care
about it.
This patch adds opened flag to soc-component.h, and simplify soc-pcm.c.
This is one of prepare for cleanup soc-pcm-open()
Signed-off-by: Kuninori Morimoto <[email protected]>
Reviewed-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions