Home
last modified time | relevance | path

Searched refs:IRQ_CAPTURE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/
H A Dals300.c49 #define IRQ_CAPTURE (1<<2) macro
204 if (status & IRQ_CAPTURE) { in snd_als300_interrupt()
209 snd_als300_dbgplay("IRQ_CAPTURE\n"); in snd_als300_interrupt()
238 if (general & IRQ_CAPTURE) { in snd_als300plus_interrupt()
240 outb(IRQ_CAPTURE, chip->port+ALS300P_IRQ_STATUS); in snd_als300plus_interrupt()
244 snd_als300_dbgplay("IRQ_CAPTURE\n"); in snd_als300plus_interrupt()
/kernel/linux/linux-6.6/sound/pci/
H A Dals300.c49 #define IRQ_CAPTURE (1<<2) macro
193 if (status & IRQ_CAPTURE) { in snd_als300_interrupt()
198 snd_als300_dbgplay("IRQ_CAPTURE\n"); in snd_als300_interrupt()
227 if (general & IRQ_CAPTURE) { in snd_als300plus_interrupt()
229 outb(IRQ_CAPTURE, chip->port+ALS300P_IRQ_STATUS); in snd_als300plus_interrupt()
233 snd_als300_dbgplay("IRQ_CAPTURE\n"); in snd_als300plus_interrupt()

Completed in 3 milliseconds