Home | History | Annotate | Download | only in amixer

Lines Matching refs:controls

68 	printf("  -i,--inactive   show also inactive controls\n");
72 printf(" scontrols show all mixer simple controls\n");
73 printf(" scontents show contents of all mixer simple controls (default command)\n");
76 printf(" controls show all controls for given card\n");
77 printf(" contents show contents of all controls for given card\n");
109 printf(" Controls : %i\n", snd_ctl_elem_list_get_count(clist));
656 static int controls(int level)
1988 } else if (!strcmp(argv[optind], "controls")) {
1989 return controls(level) ? 1 : 0;
1991 return controls(LEVEL_BASIC | level) ? 1 : 0;