Skip to content

Commit d255b15

Browse files
committed
ipc: enable syscalls for userspace always
Even if userspace LL is disabled but generic userspace is enabled, IPC syscalls can be enabled. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 6af3373 commit d255b15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/include/ipc4/handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ int ipc4_set_pipeline_state(struct ipc4_message_request *ipc4);
6868
*/
6969
void ipc_compound_msg_done(uint32_t msg_id, int error);
7070

71-
#if defined(__ZEPHYR__) && defined(CONFIG_SOF_USERSPACE_LL)
71+
#if defined(__ZEPHYR__) && defined(CONFIG_USERSPACE)
7272
/**
7373
* \brief Increment the IPC compound message pre-start counter.
7474
* @param[in] msg_id IPC message ID.

0 commit comments

Comments
 (0)