HomeSort by: relevance | last modified time | path
    Searched defs:spkr_audio_play (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/wscons/
wsbell.c 155 static inline void spkr_audio_play(struct wsbell_softc *, u_int, u_int, u_int);
387 spkr_audio_play(sc, sc->sc_bell_data.pitch,
399 spkr_audio_play(sc, ubdp->pitch, ubdp->period, ubdp->volume);
442 spkr_audio_play(struct wsbell_softc *sc, u_int pitch, u_int period, u_int volume) function in typeref:typename:void

Completed in 14 milliseconds