ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()
Replace all tasklet_hi_schedule() callers with the normal tasklet_schedule(). The former often causes troubles with RT-kernels, and has actually no merit. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
@@ -653,7 +653,7 @@ static int pcxhr_trigger(struct snd_pcm_substream *subs, int cmd)
|
||||
PCXHR_STREAM_STATUS_SCHEDULE_RUN;
|
||||
snd_pcm_trigger_done(s, subs);
|
||||
}
|
||||
tasklet_hi_schedule(&chip->mgr->trigger_taskq);
|
||||
tasklet_schedule(&chip->mgr->trigger_taskq);
|
||||
} else {
|
||||
stream = subs->runtime->private_data;
|
||||
snd_printdd("Only one Substream %c %d\n",
|
||||
|
Reference in New Issue
Block a user