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
audio: host-zephyr: Do not track 'no bytes to copy' in case of FAST_MODE
In FAST_MODE the host DMA is not paced with the period size and can copy
more data once to do no copying for a other periods.
In other words: in FAST_MODE the host is not running in stream mode, but
in batch mode.
Printing warnings in this does not make sense and just fills up the
firmware log.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
0 commit comments