Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dpcm_direct.c268 close(dmix->hw_fd); in server_cleanup()
337 if (i != dmix->server_fd && i != dmix->hw_fd)
382 _snd_send_fd(sck, &buf, 1, dmix->hw_fd);
487 ret = snd_receive_fd(dmix->comm_fd, &buf, 1, &dmix->hw_fd);
1384 dmix->hw_fd = fd.fd;
1548 ret = snd_pcm_hw_open_fd(spcmp, client_name, dmix->hw_fd, 0);
Dpcm_direct.h157 int hw_fd; /* hardware file descriptor */ member