Searched refs:snd_pcm_hw_open_fd (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_local.h | 285 #define snd_pcm_hw_open_fd \ macro 1009 int snd_pcm_hw_open_fd(snd_pcm_t **pcmp, const char *name, int fd,
|
H A D | pcm_hw.c | 1614 int snd_pcm_hw_open_fd(snd_pcm_t **pcmp, const char *name, int fd, in snd_pcm_hw_open_fd() function 1818 return snd_pcm_hw_open_fd(pcmp, name, fd, sync_ptr_ioctl); in snd_pcm_hw_open()
|
H A D | pcm_direct.c | 1601 ret = snd_pcm_hw_open_fd(spcmp, client_name, dmix->hw_fd, 0);
|
Completed in 13 milliseconds