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

Diff for /src/usr.bin/sndiod/dev.h between version 1.30 and 1.31

version 1.30, 2021/01/28 11:02:28 version 1.31, 2021/01/28 11:15:31
Line 306 
Line 306 
 void slot_del(struct slot *);  void slot_del(struct slot *);
 void slot_setvol(struct slot *, unsigned int);  void slot_setvol(struct slot *, unsigned int);
 void slot_start(struct slot *);  void slot_start(struct slot *);
 void slot_stop(struct slot *);  void slot_stop(struct slot *, int);
 void slot_read(struct slot *);  void slot_read(struct slot *);
 void slot_write(struct slot *);  void slot_write(struct slot *);
 void slot_initconv(struct slot *);  void slot_initconv(struct slot *);

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31