Searched refs:snd_pcm_info_set_stream (Results 1 – 9 of 9) sorted by relevance
54 snd_pcm_info_set_stream(pcminfo, SND_PCM_STREAM_PLAYBACK); in main()
74 snd_pcm_info_set_stream(info, direction); in dump_devices()
145 snd_pcm_info_set_stream (pcminfo, stream); in gst_alsa_device_provider_probe()
587 snd_pcm_info_set_stream (pcminfo, stream); in gst_alsa_find_device_name_no_handle()
138 snd_pcm_info_set_stream(&info, stream ? SND_PCM_STREAM_CAPTURE : SND_PCM_STREAM_PLAYBACK); in get_dev_name1()
427 snd_pcm_info_set_stream(pcminfo, stream); in rval_pcm_lookup_init()
700 void snd_pcm_info_set_stream(snd_pcm_info_t *obj, snd_pcm_stream_t val);
300 snd_pcm_info_set_stream(pcminfo, stream); in device_list()
7193 void snd_pcm_info_set_stream(snd_pcm_info_t *obj, snd_pcm_stream_t val) in snd_pcm_info_set_stream() function