Searched defs:cras_ionode_info (Results 1 – 1 of 1) sorted by relevance
49 struct __attribute__ ((__packed__)) cras_ionode_info { struct50 uint32_t iodev_idx;51 uint32_t ionode_idx;52 int32_t plugged;53 int32_t active;54 struct { int64_t tv_sec; int64_t tv_usec; } plugged_time;55 uint32_t volume;56 int32_t capture_gain;57 int32_t left_right_swapped;58 uint32_t type_enum;[all …]