MAX_DEVICE
static int parport[MAX_DEVICE] = {0, -1, -1, -1};
" At most " __stringify(MAX_DEVICE) " devices are supported.\n"
for (i = 0; i < MAX_DEVICE; i++) {
if (i == MAX_DEVICE) {
if (pcm_dev->chip_id >= MAX_DEVICE)