__snd_ctl_elem_info
return __snd_ctl_elem_info(card, kctl, info, ctl);
ret = __snd_ctl_elem_info(card, kctl, &info, NULL);
result = __snd_ctl_elem_info(card, kctl, &info, NULL);