On Thu, 14 Jan 2021 17:17:59 +0100 Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx> wrote: > > + IRQF_SHARED, "N64 Audio", priv)) { > > is it really shared ? Looking at n64/init.c there is no other device > using this interrupt. No other driver shares it currently, but on the hw side it has many other uses. Vblank irq, PI, SI, SP and DP all use the same irq. - Lauri