/src/sys/dev/audio/ |
audio.c | 596 static int audio_read(struct audio_softc *, struct uio *, int, audio_file_t *); 1908 error = audio_read(sc, uio, ioflag, file); 2783 audio_read(struct audio_softc *sc, struct uio *uio, int ioflag, function in typeref:typename:int 2849 error = audio_track_waitio(sc, track, "audio_read"); 6483 * - Notify to audio_read() that data has arrived.
|
audio.c | 596 static int audio_read(struct audio_softc *, struct uio *, int, audio_file_t *); 1908 error = audio_read(sc, uio, ioflag, file); 2783 audio_read(struct audio_softc *sc, struct uio *uio, int ioflag, function in typeref:typename:int 2849 error = audio_track_waitio(sc, track, "audio_read"); 6483 * - Notify to audio_read() that data has arrived.
|
audio.c | 596 static int audio_read(struct audio_softc *, struct uio *, int, audio_file_t *); 1908 error = audio_read(sc, uio, ioflag, file); 2783 audio_read(struct audio_softc *sc, struct uio *uio, int ioflag, function in typeref:typename:int 2849 error = audio_track_waitio(sc, track, "audio_read"); 6483 * - Notify to audio_read() that data has arrived.
|