snd_hctl_elem_get_subdevice method
Implementation
int snd_hctl_elem_get_subdevice(
ffi.Pointer<snd_hctl_elem_t> obj,
) {
return _snd_hctl_elem_get_subdevice(
obj,
);
}
int snd_hctl_elem_get_subdevice(
ffi.Pointer<snd_hctl_elem_t> obj,
) {
return _snd_hctl_elem_get_subdevice(
obj,
);
}