Searched defs:spkr_softc (Results 1 – 1 of 1) sorted by relevance
8 struct spkr_softc { struct9 device_t sc_dev;10 device_t sc_wsbelldev;11 int sc_octave; /* currently selected octave */12 int sc_whole; /* whole-note time at current tempo, in ticks */13 int sc_value; /* whole divisor for note time, quarter note = 1 */14 int sc_fill; /* controls spacing of notes */15 bool sc_octtrack; /* octave-tracking on? */16 bool sc_octprefix; /* override current octave-tracking state? */17 char *sc_inbuf;[all …]