spkr_softc
struct spkr_softc sc_spkr;
playinit(struct spkr_softc *sc)
rest(struct spkr_softc *sc, int ticks)
playtone(struct spkr_softc *sc, int note, int val, int sustain)
playstring(struct spkr_softc *sc, const char *cp, size_t slen)
struct spkr_softc *sc = device_private(self);
struct spkr_softc *sc = device_private(self);
struct spkr_softc *sc = device_private(self);
struct spkr_softc *sc = device_private(self);
struct spkr_softc *sc = spkrenter(minor(dev));
struct spkr_softc *sc = spkrenter(minor(dev));
struct spkr_softc *sc = spkrenter(minor(dev));
playonetone(struct spkr_softc *sc, tone_t *tp)
struct spkr_softc *sc = spkrenter(minor(dev));
static void playinit(struct spkr_softc *);
static void playtone(struct spkr_softc *, int, int, int);
static void playstring(struct spkr_softc *, const char *, size_t);
struct spkr_softc sc_spkr;