ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()
[firefly-linux-kernel-4.4.55.git] / sound / pci / pcxhr / pcxhr_core.c
index 7143259cfe3432f339c363d47a0589956f41b8d9..4a5481f9781fec6e742786e3e45c4df7f1607f0e 100644 (file)
@@ -1213,7 +1213,7 @@ irqreturn_t pcxhr_interrupt(int irq, void *dev_id)
                mgr->dsp_time_last = PCXHR_DSP_TIME_INVALID;
                
                mgr->src_it_dsp = reg;
-               tasklet_hi_schedule(&mgr->msg_taskq);
+               tasklet_schedule(&mgr->msg_taskq);
        }
 #ifdef CONFIG_SND_DEBUG_VERBOSE
        if (reg & PCXHR_FATAL_DSP_ERR)