Method
ALSACtlCardget_protocol_version
Declaration [src]
gboolean
alsactl_card_get_protocol_version (
ALSACtlCard* self,
const guint16** proto_ver_triplet,
GError** error
)
Description [src]
Get the version of control protocol currently used. The version is expressed as the array with three elements; major, minor, and micro version in the order. The length of major version is 16 bit, the length of minor and micro version is 8 bit each.