typedef struct cdrom_audioctrl_t { /* input parameters */ unsigned short set; /* 0 == inquire only */ /* input/output parameters */ struct { unsigned char selection; unsigned char volume; } channel[4]; };