Lines Matching refs:stream
17 * corresponding stream. But for a few devices, both of CMP connection needs
18 * to start transmitting stream. An example is 'M-Audio Firewire 410'.
88 /* synchronize receive stream rate to transmit stream rate */
209 * means that the synchronization stream is not
210 * the Audio/MIDI compound stream.
406 static int start_stream(struct snd_bebob *bebob, struct amdtp_stream *stream)
411 if (stream == &bebob->rx_stream)
418 err = map_data_channels(bebob, stream);
427 return amdtp_domain_add_stream(&bebob->domain, stream,
431 static int init_stream(struct snd_bebob *bebob, struct amdtp_stream *stream)
439 if (stream == &bebob->tx_stream) {
449 if (stream == &bebob->tx_stream) {
458 err = amdtp_am824_init(stream, bebob->unit, dir_stream, flags);
467 static void destroy_stream(struct snd_bebob *bebob, struct amdtp_stream *stream)
469 amdtp_stream_destroy(stream);
471 if (stream == &bebob->tx_stream)
500 static int keep_resources(struct snd_bebob *bebob, struct amdtp_stream *stream,
508 if (stream == &bebob->tx_stream) {
518 err = amdtp_am824_set_parameters(stream, rate, pcm_channels, midi_ports, false);
522 return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream));
650 // start transmitting stream. This is not usual way.
808 "fail to get stream format %d for isoc %d plug %d:%d\n",