Searched refs:tx_stream (Results 1 – 9 of 9) sorted by relevance
/sound/firewire/fireworks/ |
D | fireworks_stream.c | 20 if (stream == &efw->tx_stream) { in init_stream() 49 if (stream == &efw->tx_stream) in stop_stream() 66 if (stream == &efw->tx_stream) { in start_stream() 110 if (stream == &efw->tx_stream) in destroy_stream() 140 if (s == &efw->tx_stream) in check_connection_used_by_others() 161 err = init_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex() 165 efw->tx_stream.flags |= CIP_EMPTY_WITH_TAG0; in snd_efw_stream_init_duplex() 167 efw->tx_stream.flags |= CIP_DBC_IS_END_EVENT; in snd_efw_stream_init_duplex() 169 efw->tx_stream.flags |= CIP_SKIP_DBC_ZERO_CHECK; in snd_efw_stream_init_duplex() 178 efw->tx_stream.tx_first_dbc = 0x02; in snd_efw_stream_init_duplex() [all …]
|
D | fireworks_pcm.c | 163 s = &efw->tx_stream; in pcm_init_hw_params() 219 amdtp_stream_pcm_running(&efw->tx_stream) || in pcm_open() 250 amdtp_stream_set_pcm_format(&efw->tx_stream, params_format(hw_params)); in pcm_capture_hw_params() 299 amdtp_stream_pcm_prepare(&efw->tx_stream); in pcm_capture_prepare() 322 amdtp_stream_pcm_trigger(&efw->tx_stream, substream); in pcm_capture_trigger() 325 amdtp_stream_pcm_trigger(&efw->tx_stream, NULL); in pcm_capture_trigger() 354 return amdtp_stream_pcm_pointer(&efw->tx_stream); in pcm_capture_pointer()
|
D | fireworks_midi.c | 76 amdtp_stream_midi_trigger(&efw->tx_stream, in midi_capture_trigger() 79 amdtp_stream_midi_trigger(&efw->tx_stream, in midi_capture_trigger()
|
D | fireworks.h | 85 struct amdtp_stream tx_stream; member
|
/sound/firewire/bebob/ |
D | bebob_stream.c | 217 if (s == &bebob->tx_stream) in map_data_channels() 346 if (s == &bebob->tx_stream) in check_connection_used_by_others() 377 amdtp_stream_set_parameters(&bebob->tx_stream, in make_both_connections() 386 amdtp_stream_get_max_payload(&bebob->tx_stream)); in make_both_connections() 466 err = amdtp_stream_init(&bebob->tx_stream, bebob->unit, in snd_bebob_stream_init_duplex() 469 amdtp_stream_destroy(&bebob->tx_stream); in snd_bebob_stream_init_duplex() 475 bebob->tx_stream.flags |= CIP_SKIP_INIT_DBC_CHECK; in snd_bebob_stream_init_duplex() 482 bebob->tx_stream.flags |= CIP_EMPTY_HAS_WRONG_DBC; in snd_bebob_stream_init_duplex() 487 amdtp_stream_destroy(&bebob->tx_stream); in snd_bebob_stream_init_duplex() 519 if (amdtp_streaming_error(&bebob->tx_stream)) { in snd_bebob_stream_start_duplex() [all …]
|
D | bebob_pcm.c | 126 s = &bebob->tx_stream; in pcm_init_hw_params() 180 amdtp_stream_pcm_running(&bebob->tx_stream) || in pcm_open() 217 amdtp_stream_set_pcm_format(&bebob->tx_stream, in pcm_capture_hw_params() 270 amdtp_stream_pcm_prepare(&bebob->tx_stream); in pcm_capture_prepare() 295 amdtp_stream_pcm_trigger(&bebob->tx_stream, substream); in pcm_capture_trigger() 298 amdtp_stream_pcm_trigger(&bebob->tx_stream, NULL); in pcm_capture_trigger() 329 return amdtp_stream_pcm_pointer(&bebob->tx_stream); in pcm_capture_pointer()
|
D | bebob_midi.c | 75 amdtp_stream_midi_trigger(&bebob->tx_stream, in midi_capture_trigger() 78 amdtp_stream_midi_trigger(&bebob->tx_stream, in midi_capture_trigger()
|
D | bebob.h | 91 struct amdtp_stream tx_stream; member
|
D | bebob_maudio.c | 177 amdtp_stream_running(&bebob->tx_stream)) in avc_maudio_set_special_clk() 271 bebob->tx_stream.context = ERR_PTR(-1); in snd_bebob_maudio_special_discover()
|