summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/auvia.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add sizes for free() in auvia(4).fcambus2019-12-011-3/+3
* mark some suspend/resume functions always returning zero as void; ok ratchov@miko2018-09-141-6/+3
* Simplify the activate() functions of auglx(4), autri(4), andratchov2016-12-201-12/+3
* Remove unused getdev() audio driver functions.ratchov2016-09-191-20/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-77/+2
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-74/+6
* fix indentationjsg2015-05-071-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-7/+3
* Since audio code is mp safe, establish isa and pci audio interruptsratchov2013-05-241-3/+3
* Introduce a global interrupt-aware mutex protecting dataratchov2013-05-151-5/+8
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-3/+1
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* silly me. use the switch() variable, not the case value.jakemsr2010-09-121-3/+3
* autoconf activate suspend/resume for auvia(4). uses new audio(4)jakemsr2010-09-121-2/+46
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-9/+19
* audio(9) says low level drivers are allowed to change the requestedjakemsr2008-10-251-7/+17
* S/PDIF output support in ac97(4), auich(4) and auvia(4)jakemsr2008-10-231-53/+86
* according to the alsa driver for these devices, the hardware providesjakemsr2008-10-021-2/+20
* remove dead stores and newly created unused variables.chl2008-09-241-2/+1
* VT8233+ uses a different register base for capturingjakemsr2008-08-121-7/+5
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* use ac97 default parameters for auich(4), auixp(4) and auvia(4).jakemsr2008-05-251-2/+8
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-2/+3
* todd@ has 82c686 based auvia(4) devices that do full-duplexjakemsr2008-03-301-2/+11
* auvia(4) doesn't record properly, so don't claim full-duplexjakemsr2008-03-241-3/+2
* bring in lots of ac97(4) and auvia(4) updates from NetBSDjakemsr2008-01-151-86/+155
* Remove debug printf which crept in; spotted by drahn@miod2005-05-061-2/+1
* do not provide round_buffer if not needed unless explained why in commentsmickey2005-04-161-11/+2
* make sure round_blocksize does not produce 0 after alignmentmickey2005-04-141-2/+2
* Make sure that the requested size is a multiple of block size inmatthieu2005-04-111-5/+9
* Don't link to ac97 specs from individual drivers.jsg2004-12-071-3/+1
* remove unused variable; netbsd, ok theopvalchev2004-09-141-3/+2
* remove uvm_extern.hbrad2004-01-091-3/+1
* Put fix from NetBSD:grange2003-10-191-4/+8
* Endian fix for this driver, now works on big endian machines, ok mickey@drahn2003-05-211-3/+3
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-9/+9
* remove non-typo changes. sorry folksmickey2003-02-281-91/+48
* typo; from weissmanndudemickey2003-02-281-48/+91
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-14/+7
* wrong cutnpaster; problem reported by Tim Tickel <twt@globodom.com> via pr2711mickey2002-06-031-2/+2
* knf, spaces, no \n in panicmickey2002-06-021-57/+46
* put the right thing into the audio name; pt out by Sebastian Stark <seb@todesplanet.de>mickey2002-05-311-2/+4
* proper support for vt8233; from freebsd; tested by Jolan Luff <jolan@encryptedemail.net>mickey2002-05-301-48/+116
* kt266 is reported to be doing auvia alright by Ian McWilliam <ianm@cit.uws.edu.au>mickey2002-05-081-4/+9
* First round of __P removal in sysmillert2002-03-141-2/+2
* make all audio drivers use the new allocm and round_buffersize decl's.ericj2002-01-201-6/+4
* remove local hack and use ac97_set_rate; tested by form@mickey2001-11-191-31/+6
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Change the audio_hm_if->mappage interface to return paddr_t and take off_tart2001-10-311-4/+4