Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
H A Dmixer_controls.c325 control->flags |= HAS_PSWITCH_1; in create_controls_for_elem()
351 if ((control->flags & (HAS_PSWITCH_0 | HAS_PSWITCH_1)) == HAS_PSWITCH_1) { in create_controls_for_elem()
352 control->flags ^= HAS_PSWITCH_0 | HAS_PSWITCH_1; in create_controls_for_elem()
H A Dmixer_controls.h18 #define HAS_PSWITCH_1 (1u << 12) macro
H A Dmixer_display.c297 if (!(control->flags & HAS_PSWITCH_1)) { in display_focus_item_info()
512 if (err >= 0 && (control->flags & HAS_PSWITCH_1)) in display_control()
H A Dmixer_widget.c403 switch_1_mask = HAS_PSWITCH_1; in toggle_switches()

Completed in 4 milliseconds