Home
last modified time | relevance | path

Searched refs:replay_seq (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw-stream.c348 bool replay_seq = false; in snd_oxfw_stream_start_duplex() local
376 replay_seq = true; in snd_oxfw_stream_start_duplex()
383 err = amdtp_domain_start(&oxfw->domain, tx_init_skip_cycles, replay_seq, false); in snd_oxfw_stream_start_duplex()
/kernel/linux/linux-6.6/sound/firewire/
H A Damdtp-stream.h328 int amdtp_domain_start(struct amdtp_domain *d, unsigned int tx_init_skip_cycles, bool replay_seq,
H A Damdtp-stream.c2048 * @replay_seq: whether to replay the sequence of packet in IR context for the sequence of packet in
2053 int amdtp_domain_start(struct amdtp_domain *d, unsigned int tx_init_skip_cycles, bool replay_seq, in amdtp_domain_start() argument
2063 if (replay_seq) { in amdtp_domain_start()
2068 d->replay.enable = replay_seq; in amdtp_domain_start()

Completed in 5 milliseconds