summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/auglx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add sizes for free() in auglx(4).fcambus2019-12-141-3/+3
* Simplify the activate() functions of auglx(4), autri(4), andratchov2016-12-201-11/+3
* Remove unused getdev() audio driver functions.ratchov2016-09-191-20/+2
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-53/+2
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-363/+7
* 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-3/+12
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-3/+1
* * use audio(4)'s DVACT_{QUIESCE,RESUME} to handle I/O stopping/restartingjakemsr2010-09-211-20/+16
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-13/+1
* Since the changes in neo(4) work, it is very likely that the exact samederaadt2010-08-271-19/+19
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-9/+17
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-2/+1
* Make this truly MI:miod2010-02-191-18/+2
* Move auglx(4) from i386-only land to MI land.miod2010-02-191-0/+1380