summaryrefslogtreecommitdiffstats
path: root/sys/dev/auconv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-509/+0
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Remove clauses 3 and 4 from NetBSD license.okan2008-10-171-8/+1
* - add a couple more mono-to-stereo conversionsjakemsr2007-10-231-2/+147
* when looping through an array and advancing your pointer to the arrayjakemsr2007-07-171-3/+3
* ansify and add an alaw <-> mulaw conversionjason2003-06-271-97/+25
* new conversion functions from NetBSD for uaudionate2002-05-061-18/+40
* add a mono-to-stereo versions; from Kazuhiko Fukuhara <zaa83571@oak.zero.ad.jp>mickey2001-12-311-1/+219
* Add $OpenBSD$ tags.aaron2001-05-011-0/+1
* extend with new netbsd api, and add backwards compat hacks for driversderaadt2000-07-201-26/+77
* From NetBSD: Simple conversions of audio streams, for use with the newerniklas1997-10-071-0/+152