CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/07/14 21:43:12
Modified files:
lib/libsndio : sun.c
share/man/man4 : audio.4
share/man/man9 : audio.9
sys/arch/hppa/gsc: harmony.c
sys/arch/macppc/dev: i2s.c awacs.c
sys/arch/sgi/dev: mavb.c
sys/arch/sparc/dev: amd7930.c cs4231.c
sys/arch/sparc64/dev: ce4231.c
sys/arch/zaurus/dev: zaurus_audio.c
sys/dev : audio.c audio_if.h
sys/dev/bluetooth: btsco.c
sys/dev/ic : ac97.c
sys/dev/isa : ad1848.c ess.c gus.c sbdsp.c
sys/dev/pci : auacer.c auglx.c auich.c auixp.c autri.c
auvia.c azalia.c cmpci.c cs4280.c cs4281.c
eap.c emuxki.c envy.c esa.c eso.c fms.c
maestro.c neo.c sv.c yds.c
sys/dev/sbus : cs4231.c
sys/dev/usb : uaudio.c
sys/sys : audioio.h
usr.bin/audioctl: audioctl.c
Log message:
add two new members to structs audio_encoding and audio_prinfo.
for both structs, the new members are 'bps' and 'msb', which
describe the number of bytes per sample and data alignment in the
sample, respectively. drivers must properly set these fields in
the 'query_encoding', 'set_parameters' and 'get_default_params'
hardware interface methods.
discussed with ratchov, deraadt