[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.43 and 1.44

version 1.43, 2018/06/26 07:39:59 version 1.44, 2018/06/26 07:42:04
Line 1865 
Line 1865 
         }          }
 #endif  #endif
         slot_allocbufs(s);          slot_allocbufs(s);
         s->mix.weight = MIDI_TO_ADATA(MIDI_MAXCTL);  
         if (s->mode & MODE_PLAY) {          if (s->mode & MODE_PLAY) {
                 s->pstate = SLOT_START;                  s->pstate = SLOT_START;
         } else {          } else {

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44