Searched refs:comm_fd (Results 1 – 2 of 2) sorted by relevance
485 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;
156 int comm_fd; /* communication file descriptor (socket) */ member