summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/ess.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ansijsg2021-03-071-5/+2
* Remove unused getdev() audio driver functions.ratchov2016-09-191-24/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-71/+3
* Reimplement the audio driver in a simpler way, removing unused/unusableratchov2015-06-251-3/+6
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-50/+8
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* ansify some function definitions.brad2013-11-151-176/+64
* Since audio code is mp safe, establish isa and pci audio interruptsratchov2013-05-241-3/+5
* Introduce a global interrupt-aware mutex protecting dataratchov2013-05-151-23/+37
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-9/+14
* timeout_add -> timeout_add_msecblambert2010-06-301-6/+6
* audio(9) says low level drivers are allowed to change the requestedjakemsr2008-10-251-6/+9
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-1/+3
* audio encoding conversion cleanupjakemsr2007-11-051-3/+3
* Fix size in snprintf() call; previous value turned out to be correct by luck.miod2006-02-221-2/+2
* make sure aligment does not return zero block sizemickey2005-04-151-2/+2
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-62/+100
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-7/+7
* First round of __P removal in sysmillert2002-03-141-69/+69
* make all audio drivers use the new allocm and round_buffersize decl's.ericj2002-01-201-8/+10
* Change the audio_hm_if->mappage interface to return paddr_t and take off_tart2001-10-311-4/+4
* do not reset the volume after playback; landy@alumni.caltech.eduderaadt2001-07-181-7/+5
* new timeouts; spacesmickey2001-01-291-56/+60
* Sync w/NetBSD. Add support for ES18[67][89] - Nonaka Kimihiro + muting control fixkstailey1999-09-301-28/+79
* ESS audio driver ported from NetBSD, some mixer problems with X-based mixersniklas1999-06-221-0/+2642