taglinefilesource code
IOC_OUT188drivers/sound/soundcard.cif (cmd & IOC_OUT)
IOC_OUT101include/linux/soundcard.h#define  IOC_INOUT  (IOC_IN|IOC_OUT)
IOC_OUT104include/linux/soundcard.h#define  _IOR(x,y,t)  ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y))