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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_direct.c255 close(dmix->hw_fd);
324 if (i != dmix->server_fd && i != dmix->hw_fd)
369 _snd_send_fd(sck, &buf, 1, dmix->hw_fd);
474 ret = snd_receive_fd(dmix->comm_fd, &buf, 1, &dmix->hw_fd);
1061 dmix->hw_fd = fd.fd;
1221 ret = snd_pcm_hw_open_fd(spcmp, client_name, dmix->hw_fd, 0, 0);
H A Dpcm_direct.h143 int hw_fd; /* hardware file descriptor */ member in struct:snd_pcm_direct

Completed in 169 milliseconds