Home
last modified time | relevance | path

Searched refs:snd_pcm_info_set_stream (Results 1 – 9 of 9) sorted by relevance

/third_party/alsa-lib/test/
Dcontrol.c54 snd_pcm_info_set_stream(pcminfo, SND_PCM_STREAM_PLAYBACK); in main()
/third_party/alsa-utils/axfer/
Dsubcmd-list.c74 snd_pcm_info_set_stream(info, direction); in dump_devices()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsadeviceprovider.c145 snd_pcm_info_set_stream (pcminfo, stream); in gst_alsa_device_provider_probe()
Dgstalsa.c587 snd_pcm_info_set_stream (pcminfo, stream); in gst_alsa_find_device_name_no_handle()
/third_party/alsa-lib/src/control/
Dnamehint.c138 snd_pcm_info_set_stream(&info, stream ? SND_PCM_STREAM_CAPTURE : SND_PCM_STREAM_PLAYBACK); in get_dev_name1()
/third_party/alsa-lib/src/ucm/
Ducm_subs.c427 snd_pcm_info_set_stream(pcminfo, stream); in rval_pcm_lookup_init()
/third_party/alsa-lib/include/
Dpcm.h700 void snd_pcm_info_set_stream(snd_pcm_info_t *obj, snd_pcm_stream_t val);
/third_party/alsa-utils/aplay/
Daplay.c300 snd_pcm_info_set_stream(pcminfo, stream); in device_list()
/third_party/alsa-lib/src/pcm/
Dpcm.c7193 void snd_pcm_info_set_stream(snd_pcm_info_t *obj, snd_pcm_stream_t val) in snd_pcm_info_set_stream() function