Commit 4e1827b
committed
schedule: user-space ll: grant access to DAIs and DMAs
If the low-latency domain tasks are run in user-space, grant the LL
threads access to all DAI and DMA devices.
In future, there may be need to filter access permissions more, and/or
have variation between different build targets, but for now the user LL
thread will have access to the same devices as it does in kernel space.
Note that access to memory is separately controlled and in addition
to having access to a DMA device, user-space thread also needs access
to the memory before it can do DMA transactions.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent 6dd04c4 commit 4e1827b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| 339 | + | |
| 340 | + | |
339 | 341 | | |
340 | 342 | | |
341 | 343 | | |
| |||
0 commit comments