diff options
| author | Ranjani Sridharan <[email protected]> | 2023-08-07 16:09:42 -0500 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2023-08-07 23:09:32 +0100 |
| commit | defc0c638d20eec17ebb3dbf82709aba1ac2f0d4 (patch) | |
| tree | 7261a3ca4f2e8bc56390add02d22f3c79850a7c9 /tools/perf/scripts/python | |
| parent | 7a52d7062e02af4a479da24b40cfd76b54c0cd6c (diff) | |
ASoC: SOF: ipc4: avoid uninitialized default instance 0
When a pipeline contains multiple DAI widgets, the pipe_widget is not
set up except for the first DAI. This result in the pipe_widget having
a default instance 0, which can conflict with another real the
pipeline instance 0 and leads to spurious transitions.
This patch makes sure the instance_id is properly initialized to a
-EINVAL value.
Signed-off-by: Ranjani Sridharan <[email protected]>
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Bard Liao <[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