Home
last modified time | relevance | path

Searched refs:comm_fd (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_direct.c485 dmix->comm_fd = ret;
487 ret = snd_receive_fd(dmix->comm_fd, &buf, 1, &dmix->hw_fd);
489 close(dmix->comm_fd);
490 dmix->comm_fd = -1;
501 close(dmix->comm_fd);
502 dmix->comm_fd = -1;
Dpcm_direct.h156 int comm_fd; /* communication file descriptor (socket) */ member