Lines Matching defs:stream
27 #include "stream.h"
100 * create a stream for an interface with proper descriptors
128 * create a stream for an endpoint/altsetting without proper descriptors
138 int stream, err;
160 stream = (fp->endpoint & USB_DIR_IN)
162 err = snd_usb_add_audio_stream(chip, stream, fp);
409 * Create a stream for an Edirol UA-700/UA-25/UA-4FX interface.
428 int stream, err;
493 stream = (fp->endpoint & USB_DIR_IN)
495 err = snd_usb_add_audio_stream(chip, stream, fp);
1445 if (subs->stream->substream[SNDRV_PCM_STREAM_CAPTURE].interface != -1)
1469 snd_emuusb_set_samplerate(subs->stream->chip, emu_samplerate_id);
1490 snd_usb_ctl_msg(subs->stream->chip->dev,
1491 usb_rcvctrlpipe(subs->stream->chip->dev, 0),
1500 switch (subs->stream->chip->usb_id) {
1573 if (is_itf_usb_dsd_dac(subs->stream->chip->usb_id)) {
1611 * of the stream. Ignore them.
1620 * the stream is (re)started. When skipping packets 16 at endpoint
1840 int stream)
1864 if (stream == SNDRV_PCM_STREAM_PLAYBACK)