diff options
Diffstat (limited to 'sound/pci/mixart/mixart_core.c')
| -rw-r--r-- | sound/pci/mixart/mixart_core.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/mixart/mixart_core.c b/sound/pci/mixart/mixart_core.c index b9a06c27939..d3350f38396 100644 --- a/sound/pci/mixart/mixart_core.c +++ b/sound/pci/mixart/mixart_core.c @@ -550,7 +550,7 @@ irqreturn_t snd_mixart_interrupt(int irq, void *dev_id)  				mgr->msg_fifo[mgr->msg_fifo_writeptr] = msg;  				mgr->msg_fifo_writeptr++;  				mgr->msg_fifo_writeptr %= MSG_FIFO_SIZE; -				tasklet_hi_schedule(&mgr->msg_taskq); +				tasklet_schedule(&mgr->msg_taskq);  			}  			spin_unlock(&mgr->msg_lock);  			break;  |