Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_open_fd (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_local.h281 #define snd_pcm_hw_open_fd \ macro
1001 int snd_pcm_hw_open_fd(snd_pcm_t **pcmp, const char *name, int fd,
Dpcm_hw.c1529 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()
Dpcm_direct.c1548 ret = snd_pcm_hw_open_fd(spcmp, client_name, dmix->hw_fd, 0);