Displaying 1 result from an estimated 1 matches for "dahdi_ec_chunk".
2015 Nov 05
2
DAHDI driver question for custom card
...ling the related dahdi_transmit()
and dahdi_receive() functions.
The question is, can I call the dahdi_transmit() from the TX DMA callback and the dahdi_receive() from
the RX DMA callback or should use a particular order for them?
Looking at the DAHDI drivers it seems that the sequence is always: dahdi_ec_chunk() -> dahdi_receive()
and then dahdi_transmit().
Thanks in advance,
Roberto Fichera.