[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.44 and 1.45

version 1.44, 2018/06/26 07:42:04 version 1.45, 2018/06/26 07:43:19
Line 1737 
Line 1737 
         }          }
 #endif  #endif
         s->vol = vol;          s->vol = vol;
         if (s->ops == NULL)  
                 return;  
         s->mix.vol = MIDI_TO_ADATA(s->vol);          s->mix.vol = MIDI_TO_ADATA(s->vol);
 }  }
   

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