Home | History | Annotate | Download | only in taudio

Lines Matching refs:on

89             cfg.on = 0;
94 cfg.on = 1;
95 printf("set output %d to ON\n", cfg.id);
104 printf("current output: %d, %s\n", cfg.id, (cfg.on ? "on" : "off"));
134 cfg.on = 0;
139 cfg.on = 1;
140 printf("set input %d to ON\n", cfg.id);
149 printf("current input: %d, %s\n", cfg.id, (cfg.on ? "on" : "off"));