diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-12-25 11:40:27 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-25 11:40:27 +0100 |
commit | 8afabfa74bbe81ac496e66f7f0ed8943dff5fdb5 (patch) | |
tree | 7c0eff65f827891fb4d9f8e46839207c71b26b93 /sound/pci/riptide/riptide.c | |
parent | Merge branch 'topic/ca0106' into to-push (diff) | |
parent | ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule() (diff) | |
download | linux-8afabfa74bbe81ac496e66f7f0ed8943dff5fdb5.tar.xz linux-8afabfa74bbe81ac496e66f7f0ed8943dff5fdb5.zip |
Merge branch 'topic/convert-tasklet' into to-push
Diffstat (limited to 'sound/pci/riptide/riptide.c')
-rw-r--r-- | sound/pci/riptide/riptide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/riptide/riptide.c b/sound/pci/riptide/riptide.c index d0ccfc68c522..3caacfb9d8e0 100644 --- a/sound/pci/riptide/riptide.c +++ b/sound/pci/riptide/riptide.c @@ -1754,7 +1754,7 @@ snd_riptide_interrupt(int irq, void *dev_id) if (IS_EOBIRQ(cif->hwport) || IS_EOSIRQ(cif->hwport) || IS_EOCIRQ(cif->hwport)) { chip->handled_irqs++; - tasklet_hi_schedule(&chip->riptide_tq); + tasklet_schedule(&chip->riptide_tq); } if (chip->rmidi && IS_MPUIRQ(cif->hwport)) { chip->handled_irqs++; |