ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()
authorTakashi Iwai <tiwai@suse.de>
Thu, 18 Dec 2008 11:17:55 +0000 (12:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 18 Dec 2008 11:17:55 +0000 (12:17 +0100)
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>

No differences found