Searched refs:snd_pcm_hw_open_fd (Results 1 – 3 of 3) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_local.h | 281 #define snd_pcm_hw_open_fd \ macro 1001 int snd_pcm_hw_open_fd(snd_pcm_t **pcmp, const char *name, int fd,
|
D | pcm_hw.c | 1529 int snd_pcm_hw_open_fd(snd_pcm_t **pcmp, const char *name, int fd, in snd_pcm_hw_open_fd() function 1733 return snd_pcm_hw_open_fd(pcmp, name, fd, sync_ptr_ioctl); in snd_pcm_hw_open()
|
D | pcm_direct.c | 1548 ret = snd_pcm_hw_open_fd(spcmp, client_name, dmix->hw_fd, 0);
|