Searched refs:pcxhr_trigger_tasklet (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr.c492 static void pcxhr_trigger_tasklet(unsigned long arg) function
526 snd_printk(KERN_ERR "pcxhr_trigger_tasklet : no pipes\n");
530 snd_printdd("pcxhr_trigger_tasklet : playback_mask=%x capture_mask=%x\n",
537 snd_printk(KERN_ERR "pcxhr_trigger_tasklet : error stop pipes (P%x C%x)\n",
581 snd_printk(KERN_ERR "pcxhr_trigger_tasklet : error start pipes (P%x C%x)\n",
1252 tasklet_init(&mgr->trigger_taskq, pcxhr_trigger_tasklet, (unsigned long) mgr);

Completed in 30 milliseconds