Merge branch 'topic/convert-tasklet' into to-push

This commit is contained in:
Takashi Iwai
2008-12-25 11:40:27 +01:00
15 changed files with 16 additions and 16 deletions

View File

@ -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++;