Home
last modified time | relevance | path

Searched refs:HAS_CSWITCH_1 (Results 1 - 4 of 4) sorted by relevance

/third_party/alsa-utils/alsamixer/
H A Dmixer_controls.c273 control->flags |= HAS_CSWITCH_1; in create_controls_for_elem()
277 if ((control->flags & (HAS_CSWITCH_0 | HAS_CSWITCH_1)) == HAS_CSWITCH_1) { in create_controls_for_elem()
278 control->flags ^= HAS_CSWITCH_0 | HAS_CSWITCH_1; in create_controls_for_elem()
342 control->flags |= HAS_CSWITCH_1; in create_controls_for_elem()
355 if ((control->flags & (HAS_CSWITCH_0 | HAS_CSWITCH_1)) == HAS_CSWITCH_1) { in create_controls_for_elem()
356 control->flags ^= HAS_CSWITCH_0 | HAS_CSWITCH_1; in create_controls_for_elem()
428 control->flags |= HAS_CSWITCH_1; in create_controls_for_elem()
437 if ((control->flags & (HAS_CSWITCH_0 | HAS_CSWITCH_1)) in create_controls_for_elem()
[all...]
H A Dmixer_controls.h20 #define HAS_CSWITCH_1 (1u << 14) macro
H A Dmixer_display.c309 if (!(control->flags & HAS_CSWITCH_1)) { in display_focus_item_info()
536 if (err >= 0 && (control->flags & HAS_CSWITCH_1)) in display_control()
H A Dmixer_widget.c409 switch_1_mask = HAS_CSWITCH_1; in toggle_switches()

Completed in 4 milliseconds