Home
last modified time | relevance | path

Searched refs:amdtp_streaming_error (Results 1 – 7 of 7) sorted by relevance

/sound/firewire/fireworks/
Dfireworks_stream.c246 if (amdtp_streaming_error(slave)) in snd_efw_stream_start_duplex()
248 if (amdtp_streaming_error(master)) in snd_efw_stream_start_duplex()
/sound/firewire/dice/
Ddice-stream.c215 if (amdtp_streaming_error(master) || amdtp_streaming_error(slave)) in snd_dice_stream_start_duplex()
/sound/firewire/digi00x/
Ddigi00x-stream.c291 amdtp_streaming_error(&dg00x->tx_stream) || in snd_dg00x_stream_start_duplex()
292 amdtp_streaming_error(&dg00x->rx_stream)) { in snd_dg00x_stream_start_duplex()
/sound/firewire/
Damdtp-stream.h190 static inline bool amdtp_streaming_error(struct amdtp_stream *s) in amdtp_streaming_error() function
/sound/firewire/tascam/
Dtascam-stream.c398 amdtp_streaming_error(&tscm->tx_stream) || in snd_tscm_stream_start_duplex()
399 amdtp_streaming_error(&tscm->rx_stream)) { in snd_tscm_stream_start_duplex()
/sound/firewire/bebob/
Dbebob_stream.c600 if (amdtp_streaming_error(&bebob->tx_stream)) { in snd_bebob_stream_start_duplex()
640 if (amdtp_streaming_error(master)) in snd_bebob_stream_start_duplex()
642 if (amdtp_streaming_error(slave)) in snd_bebob_stream_start_duplex()
/sound/firewire/oxfw/
Doxfw-stream.c293 if (amdtp_streaming_error(stream)) in snd_oxfw_stream_start_simplex()