Home
last modified time | relevance | path

Searched refs:dbc_interval (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/sound/firewire/
Damdtp-stream.c604 unsigned int dbc_interval; in check_cip_header() local
606 if (*data_blocks > 0 && s->ctx_data.tx.dbc_interval > 0) in check_cip_header()
607 dbc_interval = s->ctx_data.tx.dbc_interval; in check_cip_header()
609 dbc_interval = *data_blocks; in check_cip_header()
611 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header()
Damdtp-stream.h136 unsigned int dbc_interval; member
/Linux-v5.10/sound/firewire/fireworks/
Dfireworks_stream.c58 efw->tx_stream.ctx_data.tx.dbc_interval = 8; in init_stream()