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