commit | 1f04128a3db7c0f0e8b5d25323eba70ac342f47f | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Dec 18 12:17:55 2008 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Dec 18 12:17:55 2008 +0100 |
tree | 0740e2abd66a66ad27baed8408a043928b352c0c | |
parent | 8b1fae4e4200388b64dd88065639413cb3f1051c [diff] |
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>