Lines Matching refs:tonet
500 struct dsp_tone *tonet = &dsp->tone;
502 tonet->software = 0;
503 tonet->hardware = 0;
507 if (dsp->features.hfc_loops && timer_pending(&tonet->tl))
508 del_timer(&tonet->tl);
511 tonet->tone = 0;
531 tonet->tone = tone;
532 tonet->pattern = pat;
533 tonet->index = 0;
534 tonet->count = 0;
537 tonet->hardware = 1;
541 if (timer_pending(&tonet->tl))
542 del_timer(&tonet->tl);
543 tonet->tl.expires = jiffies + (pat->seq[0] * HZ) / 8000;
544 add_timer(&tonet->tl);
546 tonet->software = 1;