You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a built option HOST_DMA_IPC_POSITION_UPDATES to control whether
functionality to send IPC stream position updates is enabled or
not. Most platforms provide more efficient means for host to
monitor DMA state, so this code is in most cases unncessary.
The current IPC sending code (from audio context) also assume
kernel context, so making this functionality user-space compatible
will require extra work.
Enable DMA IPC position updates by default for IPC3 as the feature can
be controlled by host with sof_ipc_stream_params.no_stream_position IPC
interface. Disable the feature by default for IPC4, as there is no host
IPC interface to control this and copier_update_params() unconditionally
disables IPC updates for IPC4 now, so this code is never used.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
0 commit comments