Lines Matching defs:handle
178 snd_pcm_t *handle;
182 snd_ctl_t *handle;
187 snd_rawmidi_t *handle;
190 snd_timer_open_t *handle;
193 snd_hwdep_t *handle;
196 snd_seq_t *handle;
292 client->device.pcm.handle = pcm;
330 err = snd_pcm_close(client->device.pcm.handle);
403 pcm = client->device.pcm.handle;
557 client->device.ctl.handle = ctl;
593 err = snd_ctl_close(client->device.ctl.handle);
622 ctl = client->device.ctl.handle;