Commit e8cfe0f
committed
userspace: Add option for executing userspace module IPC in DP thread
Add a Kconfig option SOF_USERSPACE_MOD_IPC_BY_DP_THREAD that enables
processing IPC requests for a userspace module by its DP thread instead of
the shared user worker thread.
Set the option to default y when SOF_USERSPACE_APPLICATION is enabled,
where IPC requests are already processed by the module's DP thread by
default.
Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>1 parent 5b0490c commit e8cfe0f
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
126 | 134 | | |
127 | 135 | | |
128 | 136 | | |
| |||
0 commit comments