Generic mpu401-uart interrupt handler
irqreturn_t snd_mpu401_uart_interrupt(int irq, void * dev_id);
irq
the irq number
dev_id
mpu401 instance
Processes the interrupt for MPU401-UART i/o.
IRQ_HANDLED if the interrupt was handled. IRQ_NONE otherwise.