[BACK]Return to sndio.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/sndio.h between version 1.10 and 1.11

version 1.10, 2020/02/26 13:53:58 version 1.11, 2020/06/18 04:44:11
Line 104 
Line 104 
 struct sioctl_desc {  struct sioctl_desc {
         unsigned int addr;              /* control address */          unsigned int addr;              /* control address */
 #define SIOCTL_NONE             0       /* deleted */  #define SIOCTL_NONE             0       /* deleted */
 #define SIOCTL_NUM              2       /* integer in the 0..127 range */  #define SIOCTL_NUM              2       /* integer in the 0..maxval range */
 #define SIOCTL_SW               3       /* on/off switch (0 or 1) */  #define SIOCTL_SW               3       /* on/off switch (0 or 1) */
 #define SIOCTL_VEC              4       /* number, element of vector */  #define SIOCTL_VEC              4       /* number, element of vector */
 #define SIOCTL_LIST             5       /* switch, element of a list */  #define SIOCTL_LIST             5       /* switch, element of a list */
Line 113 
Line 113 
         char group[SIOCTL_NAMEMAX];     /* group this control belongs to */          char group[SIOCTL_NAMEMAX];     /* group this control belongs to */
         struct sioctl_node node0;       /* affected node */          struct sioctl_node node0;       /* affected node */
         struct sioctl_node node1;       /* dito for SIOCTL_{VEC,LIST} */          struct sioctl_node node1;       /* dito for SIOCTL_{VEC,LIST} */
         unsigned int maxval;            /* max value for SIOCTL_{NUM,VEC} */          unsigned int maxval;            /* max value */
         int __pad[3];          int __pad[3];
 };  };
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11