Searched refs:snd_device_name_hint (Results 1 - 6 of 6) sorted by relevance
/third_party/alsa-lib/test/ |
H A D | namehint.c | 13 err = snd_device_name_hint(-1, iface, &hints); in main() 15 errx(1, "snd_device_name_hint error: %s", snd_strerror(err)); in main()
|
/third_party/alsa-utils/axfer/ |
H A D | subcmd-list.c | 153 if (snd_device_name_hint(-1, "pcm", &hints) < 0) in list_pcms()
|
/third_party/ffmpeg/libavdevice/ |
H A D | alsa.c | 370 if (snd_device_name_hint(-1, "pcm", &hints) < 0) in ff_alsa_get_device_list()
|
/third_party/alsa-lib/src/control/ |
H A D | namehint.c | 583 int snd_device_name_hint(int card, const char *iface, void ***hints) in snd_device_name_hint() function
|
/third_party/alsa-lib/include/ |
H A D | control.h | 806 int snd_device_name_hint(int card, const char *iface, void ***hints);
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 344 if (snd_device_name_hint(-1, "pcm", &hints) < 0) in pcm_list()
|
Completed in 13 milliseconds