summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/auviavar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* autoconf activate suspend/resume for auvia(4). uses new audio(4)jakemsr2010-09-121-1/+3
| | | | DVACT_{QUIESCE,RESUME].
* S/PDIF output support in ac97(4), auich(4) and auvia(4)jakemsr2008-10-231-1/+2
| | | | | | | | from NetBSD tested by a few with no regressions. optical works for jsg@. ok ratchov@
* according to the alsa driver for these devices, the hardware providesjakemsr2008-10-021-1/+4
| | | | | | | | | | | 256 buffer descriptors, and the 256th descriptor is flakey. this driver uses one descriptor for each block of the buffer, so we need to make sure buffer size / block size < 256, or we will run out of usable descriptors. lets me play youtube videos via gnash on my auvia equipped machine. ok ratchov@
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-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@
* bring in lots of ac97(4) and auvia(4) updates from NetBSDjakemsr2008-01-151-1/+2
| | | | | | | | | | | | | | | | | user visible changes: - when setting up ac97(4) mixer items, for some features like surround sound, check if the feature if supported by the codec and only add items for that feature if it is - auvia(4) now supports multichannel playback with at least some multichannel ac97(4) codecs fixes problems for me and ajacoutot with different auvia(4) devices/codecs. no regressions reported by testers. if you have an ac97(4) audio device and are using mixerctl.conf(5), you may want/need to update it. ok ratchov
* remove non-typo changes. sorry folksmickey2003-02-281-3/+2
|
* typo; from weissmanndudemickey2003-02-281-2/+3
|
* proper support for vt8233; from freebsd; tested by Jolan Luff <jolan@encryptedemail.net>mickey2002-05-301-3/+3
|
* remove local hack and use ac97_set_rate; tested by form@mickey2001-11-191-6/+2
|
* behave nicely w/ fixed rate codecs; from netbsd; testing by Igor Lulic <il11@mail.csuchico.edu>mickey2000-12-271-1/+4
|
* Add $OpenBSD$ tags.aaron2000-10-141-0/+1
|
* new auvia and fms drivers from netbsd (testing requests sent out, since i cannot find any of these devices)deraadt2000-07-201-0/+77