diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2025-05-30 16:12:31 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-06-02 12:27:42 +0100 |
commit | 59a4d9a9efd921ae2b722ffa52217124bcbc0acf (patch) | |
tree | 0e181250b4ffad4f7a869faad1219b278f39c40b /tools/perf/scripts/python | |
parent | 9adf2de86611ac108d07e769a699556d87f052e2 (diff) |
ASoC: pcm: Do not open FEs with no BEs connected
The check is performed in prepare-step, that is dpcm_fe_dai_prepare()
but that is very late - code operates on invalid configuration from
dpcm_fe_dai_open() till it gets there. Relocate the check to the
open-step to avoid any invalid scenarios.
Reviewed-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://patch.msgid.link/20250530141231.2943351-1-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions