Lines Matching refs:tx_stream
274 if (s == &bebob->tx_stream) in map_data_channels()
404 if (s == &bebob->tx_stream) in check_connection_used_by_others()
435 err = amdtp_am824_set_parameters(&bebob->tx_stream, rate, in make_both_connections()
451 amdtp_stream_get_max_payload(&bebob->tx_stream)); in make_both_connections()
545 err = amdtp_am824_init(&bebob->tx_stream, bebob->unit, in snd_bebob_stream_init_duplex()
548 amdtp_stream_destroy(&bebob->tx_stream); in snd_bebob_stream_init_duplex()
554 bebob->tx_stream.flags |= CIP_SKIP_INIT_DBC_CHECK; in snd_bebob_stream_init_duplex()
563 bebob->tx_stream.flags |= CIP_EMPTY_HAS_WRONG_DBC | in snd_bebob_stream_init_duplex()
572 bebob->tx_stream.flags |= CIP_EMPTY_HAS_WRONG_DBC; in snd_bebob_stream_init_duplex()
577 amdtp_stream_destroy(&bebob->tx_stream); in snd_bebob_stream_init_duplex()
601 if (amdtp_streaming_error(&bebob->tx_stream)) { in snd_bebob_stream_start_duplex()
620 master = &bebob->tx_stream; in snd_bebob_stream_start_duplex()
624 slave = &bebob->tx_stream; in snd_bebob_stream_start_duplex()
753 slave = &bebob->tx_stream; in snd_bebob_stream_stop_duplex()
757 master = &bebob->tx_stream; in snd_bebob_stream_stop_duplex()
783 amdtp_stream_pcm_abort(&bebob->tx_stream); in snd_bebob_stream_update_duplex()
785 amdtp_stream_stop(&bebob->tx_stream); in snd_bebob_stream_update_duplex()
789 amdtp_stream_update(&bebob->tx_stream); in snd_bebob_stream_update_duplex()
806 amdtp_stream_destroy(&bebob->tx_stream); in snd_bebob_stream_destroy_duplex()