[BACK]Return to dev.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / sndiod

Diff for /src/usr.bin/sndiod/dev.c between version 1.66 and 1.67

version 1.66, 2020/03/31 06:29:05 version 1.67, 2020/04/15 14:21:35
Line 2239 
Line 2239 
         log_puts(c->func);          log_puts(c->func);
         log_puts("=");          log_puts("=");
         switch (c->type) {          switch (c->type) {
           case CTL_NONE:
                   log_puts("none");
                   break;
         case CTL_NUM:          case CTL_NUM:
         case CTL_SW:          case CTL_SW:
                 log_putu(c->curval);                  log_putu(c->curval);

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67