Virtual Method
ALSAHwdepDeviceCommonget_protocol_version
Declaration [src]
gboolean
get_protocol_version (
  ALSAHwdepDeviceCommon* self,
  guint16* const* proto_ver_triplet,
  GError** error
)
      Description [src]
Get the version of hwdep protocol used currently. 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.