Lines Matching refs:stream
41 snd_pcm_stream_t stream; member
96 static void missing_device(int card, int device, int subdevice, snd_pcm_stream_t stream) in missing_device() argument
107 if (pcm_data->stream != stream) in missing_device()
117 pcm_data->stream = stream; in missing_device()
157 snd_pcm_stream_t stream; in find_pcms() local
227 stream = direction ? SND_PCM_STREAM_CAPTURE : SND_PCM_STREAM_PLAYBACK; in find_pcms()
228 sprintf(key, "pcm.%d.%s", dev, snd_pcm_stream_name(stream)); in find_pcms()
231 ksft_print_msg("skipping pcm %d.%d.%s\n", card, dev, snd_pcm_stream_name(stream)); in find_pcms()
236 snd_pcm_info_set_stream(pcm_info, stream); in find_pcms()
242 dev, 0, stream); in find_pcms()
249 sprintf(key, "pcm.%d.%d.%s", dev, subdev, snd_pcm_stream_name(stream)); in find_pcms()
252 subdev, snd_pcm_stream_name(stream)); in find_pcms()
262 pcm_data->stream = stream; in find_pcms()
327 snd_pcm_stream_name(data->stream), in test_pcm_time()
351 err = snd_pcm_open(&handle, name, data->stream, 0); in test_pcm_time()
385 snd_pcm_stream_name(data->stream), in test_pcm_time()
439 if (data->stream == SND_PCM_STREAM_PLAYBACK) { in test_pcm_time()
463 snd_pcm_stream_name(data->stream), in test_pcm_time()
475 if (data->stream == SND_PCM_STREAM_PLAYBACK) { in test_pcm_time()
525 snd_pcm_stream_name(data->stream)); in test_pcm_time()
536 snd_pcm_stream_name(data->stream)); in test_pcm_time()
542 snd_pcm_stream_name(data->stream)); in test_pcm_time()
644 snd_pcm_stream_name(pcm->stream)); in main()