Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reimplement the audio driver in a simpler way, removing unused/unusable | 2015-06-25 | 1 | -7/+5 | |
| | | | | | | functionality. Same API and ABI except for the removed bits and no behaviour change for programs using libsndio. With help from armani@ and mpi@, thanks. | ||||
* | Remove all audio format conversion code from the kernel (btw holding | 2015-05-11 | 1 | -57/+4 | |
| | | | | | | | | | the kernel_lock), as we already do better conversions in user-mode. Yet, no need for every single driver to fiddle with the conversion code as they are done transparently by common MI code. With help from armani and miod, support from mpi ok armani@ | ||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 1 | -8/+1 | |
| | | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | ||||
* | - add a couple more mono-to-stereo conversions | 2007-10-23 | 1 | -1/+7 | |
| | | | | | - add stereo-to-mono conversions for mono recording on stereo only devices | ||||
* | Correct signed/unsigned mismatches in compatibility macros and add | 2005-04-14 | 1 | -7/+9 | |
| | | | | | | mono-to-stereo variants for mulaw_to_slinear16 ok dlg@ jason@ mickey@ | ||||
* | slinear to alaw converters; from netbsd, via jakemsr@jakemsr.com | 2004-02-23 | 1 | -3/+5 | |
| | |||||
* | ansify and add an alaw <-> mulaw conversion | 2003-06-27 | 1 | -22/+25 | |
| | |||||
* | new conversion functions from NetBSD for uaudio | 2002-05-06 | 1 | -1/+2 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -21/+21 | |
| | |||||
* | add a mono-to-stereo versions; from Kazuhiko Fukuhara <zaa83571@oak.zero.ad.jp> | 2001-12-31 | 1 | -1/+11 | |
| | |||||
* | Add $OpenBSD$ tags. | 2001-05-01 | 1 | -0/+1 | |
| | |||||
* | extend with new netbsd api, and add backwards compat hacks for drivers | 2000-07-20 | 1 | -6/+22 | |
| | |||||
* | More conversion routines, from NetBSD | 1998-10-28 | 1 | -2/+12 | |
| | |||||
* | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | 1998-04-26 | 1 | -9/+14 | |
| | |||||
* | NetBSD 960317 merge | 1996-04-18 | 1 | -26/+36 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+34 | |