sndio.h: mention SIOCTL_SEL in comments as well

This commit is contained in:
Alexandre Ratchov 2020-06-28 07:51:46 +02:00
parent d391925214
commit 375da98c57
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ struct sioctl_desc {
char func[SIOCTL_NAMEMAX]; /* function name, ex. "level" */
char group[SIOCTL_NAMEMAX]; /* group this control belongs to */
struct sioctl_node node0; /* affected node */
struct sioctl_node node1; /* dito for SIOCTL_{VEC,LIST} */
struct sioctl_node node1; /* dito for SIOCTL_{VEC,LIST,SEL} */
unsigned int maxval; /* max value */
int __pad[3];
};