Home
last modified time | relevance | path

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

/linux-6.12.1/sound/firewire/
Damdtp-stream.c799 unsigned int dbc_interval; in check_cip_header() local
802 if (*data_blocks > 0 && s->ctx_data.tx.dbc_interval > 0) in check_cip_header()
803 dbc_interval = s->ctx_data.tx.dbc_interval; in check_cip_header()
805 dbc_interval = *data_blocks; in check_cip_header()
807 dbc_interval = payload_length / sizeof(__be32); in check_cip_header()
810 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header()
Damdtp-stream.h146 unsigned int dbc_interval; member
/linux-6.12.1/sound/firewire/fireworks/
Dfireworks_stream.c59 efw->tx_stream.ctx_data.tx.dbc_interval = 8; in init_stream()