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

Diff for /src/usr.bin/audioctl/audioctl.c between version 1.26 and 1.27

version 1.26, 2015/05/16 12:48:50 version 1.27, 2015/05/16 12:51:24
Line 178 
Line 178 
                 v = *(u_int *)valp;                  v = *(u_int *)valp;
                 cm = "";                  cm = "";
                 if (v & AUMODE_PLAY) {                  if (v & AUMODE_PLAY) {
                         if (v & AUMODE_PLAY_ALL)                          fprintf(out, "play");
                                 fprintf(out, "play");  
                         else  
                                 fprintf(out, "playsync");  
                         cm = ",";                          cm = ",";
                 }                  }
                 if (v & AUMODE_RECORD)                  if (v & AUMODE_RECORD)

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27