Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsactl/
H A Dinit_parse.c74 snd_hctl_t *ctl_handle; member
125 if (space->ctl_handle) { in free_space()
126 snd_hctl_close(space->ctl_handle); in free_space()
127 space->ctl_handle = NULL; in free_space()
190 err = snd_hctl_open(&res->ctl_handle, device, 0); in init_space()
193 err = snd_hctl_load(res->ctl_handle); in init_space()
199 err = snd_ctl_card_info(snd_hctl_ctl(res->ctl_handle), res->ctl_card_info); in init_space()
248 elem = snd_hctl_find_elem(space->ctl_handle, space->ctl_id); in check_id_changed()
258 elem = snd_hctl_find_elem(space->ctl_handle, space->ctl_id); in check_id_changed()
396 val = snd_ctl_convert_from_dB(snd_hctl_ctl(space->ctl_handle), spac in set_ctl_value()
[all...]

Completed in 2 milliseconds