Lines Matching defs:stream
25 static int pcm_device_list(snd_ctl_t *ctl, snd_pcm_stream_t stream, bool *first)
45 snd_pcm_info_set_stream(pcminfo, stream);
56 printf(" - stream: %s\n devices:\n", snd_pcm_stream_name(stream));
83 static const char *snd_rawmidi_stream_name(snd_rawmidi_stream_t stream)
85 if (stream == SND_RAWMIDI_STREAM_INPUT)
87 if (stream == SND_RAWMIDI_STREAM_OUTPUT)
92 static int rawmidi_device_list(snd_ctl_t *ctl, snd_rawmidi_stream_t stream, bool *first)
112 snd_rawmidi_info_set_stream(info, stream);
123 printf(" - stream: %s\n devices:\n", snd_rawmidi_stream_name(stream));