Home
last modified time | relevance | path

Searched refs:IS_MULTICH (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-utils/alsamixer/
Dmixer_controls.c365 front_control->flags |= IS_MULTICH | 0; in create_controls_for_elem()
366 control->flags |= IS_MULTICH | i; in create_controls_for_elem()
447 front_control->flags |= IS_MULTICH | 0; in create_controls_for_elem()
448 control->flags |= IS_MULTICH | i; in create_controls_for_elem()
Dmixer_controls.h21 #define IS_MULTICH (1u << 15) macro
Dmixer_display.c607 if (control->flags & IS_MULTICH) { in display_control()
706 if (controls[i].flags & IS_MULTICH) in compute_controls_layout()