Lines Matching defs:device
199 } device;
292 client->device.pcm.handle = pcm;
293 client->device.pcm.fd = _snd_pcm_poll_descriptor(pcm);
327 del_waiter(client->device.pcm.fd);
330 err = snd_pcm_close(client->device.pcm.handle);
403 pcm = client->device.pcm.handle;
557 client->device.ctl.handle = ctl;
558 client->device.ctl.fd = _snd_ctl_poll_descriptor(ctl);
575 add_waiter(client->device.ctl.fd, POLLIN, ctl_handler, client);
590 del_waiter(client->device.ctl.fd);
593 err = snd_ctl_close(client->device.ctl.handle);
622 ctl = client->device.ctl.handle;
674 ctrl->result = snd_ctl_hwdep_next_device(ctl, &ctrl->u.device);
680 ctrl->result = snd_ctl_pcm_next_device(ctl, &ctrl->u.device);
689 ctrl->result = snd_ctl_rawmidi_next_device(ctl, &ctrl->u.device);