From: Takashi Iwai Date: Thu, 18 Dec 2008 11:17:55 +0000 (+0100) Subject: ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule() X-Git-Tag: v2.6.29-rc1~590^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f04128a3db7c0f0e8b5d25323eba70ac342f47f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed