Searched refs:sustain (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/speaker/
H A Dspkr.c59 static void playtone(int pitch, int value, int sustain);
202 playtone(int pitch, int value, int sustain) argument
207 for (; sustain; sustain--) {
245 int sustain, timeval, tempo; local
300 /* ...and/or sustain dots */
301 for (sustain = 0; cp[1] == '.'; cp++) {
303 sustain++;
315 playtone(pitch, timeval, sustain);
347 for (sustain
[all...]

Completed in 98 milliseconds