Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp.h147 struct dsp_tone { struct
148 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;
H A Ddsp_tones.c496 dsp_tone(struct dsp *dsp, int tone) in dsp_tone() function