Lines Matching defs:spkr_softc
8 struct spkr_softc { struct
9 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;
20 void (*sc_tone)(device_t, u_int, u_int);
21 u_int sc_vol; /* volume - only for audio skpr */