[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.5 and 1.6

version 1.5, 2014/03/05 20:31:22 version 1.6, 2014/03/07 10:15:39
Line 32 
Line 32 
         void (*fill)(void *);                   /* request to fill a play block */          void (*fill)(void *);                   /* request to fill a play block */
         void (*flush)(void *);                  /* request to flush a rec block */          void (*flush)(void *);                  /* request to flush a rec block */
         void (*eof)(void *);                    /* notify that play drained */          void (*eof)(void *);                    /* notify that play drained */
         void (*mmcstart)(void *);               /* request to start */  
         void (*mmcstop)(void *);                /* request to stop */  
         void (*mmcloc)(void *, unsigned int);   /* relocate to new position */  
         void (*exit)(void *);                   /* delete client */          void (*exit)(void *);                   /* delete client */
 };  };
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6