MPU_CAP_INTLG     732 sound/oss/mpu401.c 			if (!(devc->capabilities & MPU_CAP_INTLG)) { /* No intelligent mode */
MPU_CAP_INTLG    1024 sound/oss/mpu401.c 				devc->capabilities |= MPU_CAP_INTLG;	/* Supports intelligent mode */
MPU_CAP_INTLG    1035 sound/oss/mpu401.c 	if (!(devc->capabilities & MPU_CAP_INTLG))	/* No intelligent mode */
MPU_CAP_INTLG    1102 sound/oss/mpu401.c 	if (devc->capabilities & MPU_CAP_INTLG)		/* Intelligent mode */
MPU_CAP_INTLG    1176 sound/oss/mpu401.c 	if (!arg && (devc->capabilities & MPU_CAP_INTLG))