Home
last modified time | relevance | path

Searched refs:replay (Results 1 – 2 of 2) sorted by relevance

/sound/firewire/
Damdtp-stream.c575 if (!d->replay.enable || !s->ctx_data.rx.replay_target) { in pool_seq_descs()
578 if (!d->replay.on_the_fly) { in pool_seq_descs()
1230 if (d->replay.enable) in process_tx_packets()
1469 if (d->replay.enable && !d->replay.on_the_fly) { in irq_target_callback_skip()
1614 if (s->domain->replay.enable) { in amdtp_stream_start()
1712 if (s->domain->replay.enable) in amdtp_stream_start()
1806 if (s->domain->replay.enable) in amdtp_stream_stop()
1954 d->replay.enable = replay_seq; in amdtp_domain_start()
1955 d->replay.on_the_fly = replay_on_the_fly; in amdtp_domain_start()
Damdtp-stream.h307 } replay; member