Home
last modified time | relevance | path

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

/linux-6.6.21/sound/firewire/
Damdtp-stream.h142 unsigned int dbc_interval; member
Damdtp-stream.c774 unsigned int dbc_interval; in check_cip_header() local
776 if (*data_blocks > 0 && s->ctx_data.tx.dbc_interval > 0) in check_cip_header()
777 dbc_interval = s->ctx_data.tx.dbc_interval; in check_cip_header()
779 dbc_interval = *data_blocks; in check_cip_header()
781 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header()
/linux-6.6.21/sound/firewire/fireworks/
Dfireworks_stream.c59 efw->tx_stream.ctx_data.tx.dbc_interval = 8; in init_stream()