snd_hctl_find_elem method
Implementation
ffi.Pointer<snd_hctl_elem_> snd_hctl_find_elem(
ffi.Pointer<snd_hctl_> hctl,
ffi.Pointer<snd_ctl_elem_id_> id,
) {
return _snd_hctl_find_elem(
hctl,
id,
);
}
ffi.Pointer<snd_hctl_elem_> snd_hctl_find_elem(
ffi.Pointer<snd_hctl_> hctl,
ffi.Pointer<snd_ctl_elem_id_> id,
) {
return _snd_hctl_find_elem(
hctl,
id,
);
}