summaryrefslogtreecommitdiff
path: root/sys/dev/auconv.h
AgeCommit message (Collapse)Author
2002-03-09Move prototypes of sampling rate functions to aurateconvproto.h.kent
2002-03-07Sampling rate and mono-stereo conversion described inkent
http://mail-index.netbsd.org/tech-kern/2002/03/04/0005.html auconv.c: Add conversion functions audio.c: Sample alignment, calling conversion functions, etc. audio_if.h: Add four hw_* members to "struct audio_params" audiovar.h: Add conversion buffers, etc. auich and uaudio: Add conversion request code to *_set_params().
2002-02-18Add ulinear8 to/from slinear16 transforms.augustss
2001-10-02ANSIfy.augustss
1999-11-01Make little endian and big endian version of all functionsaugustss
that deal with 16 bit samples. Let the drivers decide which ones to use.
1999-04-13Make copyrights conform.augustss
1997-10-09Fix tipo inherited from old version of TNF copyright template.jtc
1997-08-24Add trivial conversions between 8 and 16 bits.augustss
1997-07-31Audio changes:augustss
- Change the way attach and open works to allow multiple audio devices. - Split the mulaw.c file into two to avoid dragging in mulaw convertsion when they are not needed. Add 16 bit alaw/mulaw tables. - Change the way audio properties are gotten. - Recognize more versions os SoundBlaster.