Home
last modified time | relevance | path

Searched defs:dsp_tone (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/isdn/mISDN/
Ddsp.h145 struct dsp_tone { struct
146 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;
Ddsp_tones.c497 dsp_tone(struct dsp *dsp, int tone) in dsp_tone() function