Home
last modified time | relevance | path

Searched refs:pitchtab (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/dev/
H A Dspkr.c133 static const int pitchtab[] = variable
144 #define NOCTAVES (int)(__arraycount(pitchtab) / OCTAVE_NOTES)
207 KASSERTMSG(note < __arraycount(pitchtab), "note=%d", note); in playtone()
223 (*sc->sc_tone)(sc->sc_dev, pitchtab[note], sound); in playtone()
351 if (pitch >= __arraycount(pitchtab)) in playstring()