Searched defs:dsp_tone (Results 1 – 2 of 2) sorted by relevance
145 struct dsp_tone { struct146 int software; /* tones are generated by software */147 int hardware; /* tones are generated by hardware */148 int tone;149 void *pattern;150 int count;151 int index;152 struct timer_list tl;
497 dsp_tone(struct dsp *dsp, int tone) in dsp_tone() function