Commit 0c6ba92
committed
mux: ipc3: enforce mux_mix_check result
mux_set_values() logged a mux_mix_check() failure
but still returned success, applying an invalid
routing matrix. Return -EINVAL, matching the IPC4 path.
Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>1 parent 75c0ff7 commit 0c6ba92
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
162 | | - | |
| 160 | + | |
163 | 161 | | |
164 | 162 | | |
0 commit comments