Searched defs:cras_observer_ops (Results 1 – 1 of 1) sorted by relevance
16 struct cras_observer_ops { struct18 void (*output_volume_changed)(void *context, int32_t volume);20 void (*output_mute_changed)(void *context,23 void (*capture_gain_changed)(void *context, int32_t gain);25 void (*capture_mute_changed)(void *context, int muted, int mute_locked);27 void (*nodes_changed)(void *context);30 void (*active_node_changed)(void *context,34 void (*output_node_volume_changed)(void *context,38 void (*node_left_right_swapped_changed)(void *context,42 void (*input_node_gain_changed)(void *context,[all …]