<p><br>
><br>
>> do loopback module assume sink is not running when it start source capture?<br>
>><br>
> Sink and source are started independently. Source data is discarded until the sink-input has<br>
> called pop() the first time. </p>
<p>But you cannot skip more than 9ms source data since you need 1ms( or  25ms fragment time when not using timer schedule mode)  to capture </p>
<p>If you are using usb as source and hda as sink, hda fifo trigger dma transfer whenever the fifo fill level is less than fifo threshold, you need to fill 256 bytes at first write to avoid fifo underrun</p>