Lines Matching refs:ctl_card_info
75 snd_ctl_card_info_t *ctl_card_info;
121 if (space->ctl_card_info) {
122 snd_ctl_card_info_free(space->ctl_card_info);
123 space->ctl_card_info = NULL;
196 err = snd_ctl_card_info_malloc(&res->ctl_card_info);
199 err = snd_ctl_card_info(snd_hctl_ctl(res->ctl_handle), res->ctl_card_info);
222 sprintf(res, "%u", snd_ctl_card_info_get_card(space->ctl_card_info));
226 return snd_ctl_card_info_get_id(space->ctl_card_info);
228 return snd_ctl_card_info_get_driver(space->ctl_card_info);
230 return snd_ctl_card_info_get_name(space->ctl_card_info);
232 return snd_ctl_card_info_get_longname(space->ctl_card_info);
234 return snd_ctl_card_info_get_mixername(space->ctl_card_info);
236 return snd_ctl_card_info_get_components(space->ctl_card_info);