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

  /src/sys/dev/audio/
audio.c 596 static int audio_read(struct audio_softc *, struct uio *, int, audio_file_t *);
1907 error = audio_read(sc, uio, ioflag, file);
2782 audio_read(struct audio_softc *sc, struct uio *uio, int ioflag, function
2848 error = audio_track_waitio(sc, track, "audio_read");
6482 * - Notify to audio_read() that data has arrived.
audio.c 596 static int audio_read(struct audio_softc *, struct uio *, int, audio_file_t *);
1907 error = audio_read(sc, uio, ioflag, file);
2782 audio_read(struct audio_softc *sc, struct uio *uio, int ioflag, function
2848 error = audio_track_waitio(sc, track, "audio_read");
6482 * - Notify to audio_read() that data has arrived.

Completed in 57 milliseconds