Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [kent-audio1] src/sys/dev
Module Name: src
Committed By: kent
Date: Sat Dec 25 12:24:38 UTC 2004
Modified Files:
src/sys/dev [kent-audio1]: audio.c audio_if.h audiovar.h
Log Message:
* audio_read()
remove aurateconv/sw_code related code. It simply copies data
from the last audio_stream_t instance.
* audio_ioctl()
FIONREAD/AUDIO_WSEEK: return the available data size of the
last audio_stream_t
* audio_rint()
apply filters here so that FIONREAD and AUDIO_WSEEK can return
correct value.
* audio_softc
remove sc_input_fragment_length, sc_input_fragment,
sc_pconvbuffer_size, sc_pconvbuffer, sc_pconv,
sc_rconvbuffer_size, sc_rconfbuffer_begin, sc_rconvbuffer_end,
sc_rconvbuffer, sc_rconv.
* audio_if.h
add audio_stream_get_used().
To generate a diff of this commit:
cvs rdiff -r1.184.2.4 -r1.184.2.5 src/sys/dev/audio.c
cvs rdiff -r1.54.2.3 -r1.54.2.4 src/sys/dev/audio_if.h
cvs rdiff -r1.31.2.2 -r1.31.2.3 src/sys/dev/audiovar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index