snd_hctl_elem_tlv_command method
Implementation
int snd_hctl_elem_tlv_command(
ffi.Pointer<snd_hctl_elem_t> elem,
ffi.Pointer<ffi.UnsignedInt> tlv,
) {
return _snd_hctl_elem_tlv_command(
elem,
tlv,
);
}
int snd_hctl_elem_tlv_command(
ffi.Pointer<snd_hctl_elem_t> elem,
ffi.Pointer<ffi.UnsignedInt> tlv,
) {
return _snd_hctl_elem_tlv_command(
elem,
tlv,
);
}