Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
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)) == HAS_CSWITCH_1) { in create_controls_for_elem()
438 control->flags ^= HAS_CSWITCH_0 | HAS_CSWITCH_1; in create_controls_for_elem()
Dmixer_controls.h20 #define HAS_CSWITCH_1 (1u << 14) macro
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()
Dmixer_widget.c408 switch_1_mask = HAS_CSWITCH_1; in toggle_switches()