Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dcolors.c73 .ctl_mute = COLOR_PAIR(1), in init_colors()
100 .ctl_mute = A_NORMAL, in init_colors()
Dcolors.h22 int ctl_mute; member
Dmixer_display.c525 : _("M")[0] | (control->flags & IS_ACTIVE ? attrs.ctl_mute : 0)); in display_control()
529 : _("M")[0] | (control->flags & IS_ACTIVE ? attrs.ctl_mute : 0)); in display_control()