summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/eap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mark some suspend/resume functions always returning zero as void; ok ratchov@miko2018-09-141-5/+3
* clarify that config_activate_children() is called unconditionally in *activate().miko2018-09-131-5/+2
* Add mixer save/restore capability to the audio(4) driver andratchov2018-04-111-19/+1
* Remove unused getdev() audio driver functions.ratchov2016-09-191-17/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-61/+3
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-76/+8
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Release CPU mutexes on EINVAL.doug2014-08-201-1/+3
* 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-12/+19
* If the MIDI UART is not ready for output, don't spin at IPL_CLOCK;ratchov2012-03-301-22/+21
* 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-3/+3
* autoconf activate, suspend/resume supportjakemsr2010-09-221-7/+111
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-9/+15
* Lock the sample rate of es1731-based devices to 48kHz (ie theratchov2010-06-201-119/+23
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* avoid possibly using an uninitialized variable.jakemsr2009-02-151-5/+8
* initialize the sample rate converter on es1371 chips to 48 kHz insteadjakemsr2008-12-291-5/+5
* audio(9) says low level drivers are allowed to change the requestedjakemsr2008-10-251-6/+9
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* use ac97 default parameters for these ac97 based drivers.jakemsr2008-05-291-3/+10
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-1/+3
* outputs.master.mute, inputs.dac.mute, record.volume.mute and record.sourceratchov2008-03-211-31/+1
* repair input vs output confusionjakemsr2007-11-121-10/+10
* Add optional flush method to MIDI hardware interface.jsg2006-04-071-1/+2
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-7/+1
* KNF and zap trailing whitespace.niallo2005-04-251-96/+96
* use delay() and not tsleep() in attach. makes driver work properly withniallo2005-04-251-2/+2
* do not provide round_buffer if not needed unless explained why in commentsmickey2005-04-161-10/+3
* make sure round_blocksize does not produce 0 after alignmentmickey2005-04-141-2/+2
* Support for the eap MIDI UART from NetBSD.jsg2004-12-171-1/+111
* Don't link to ac97 specs from individual drivers.jsg2004-12-071-2/+1
* don't read registers all the time, solves timeout issues. from Joris Vinktedu2004-03-181-2/+15
* time bound some of the loops instead of depending on pci read to determinejason2003-05-141-1/+3
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-43/+67
* Change timeout detection from > or >= EAP_XXX_TIMEOUT to ==.millert2003-04-051-6/+6
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-21/+10
* make all audio drivers use the new allocm and round_buffersize decl's.ericj2002-01-201-6/+6
* Change the audio_hm_if->mappage interface to return paddr_t and take off_tart2001-10-311-4/+4
* Remove useless "\n%s" from the attach routine to match OpenBSD attach norms.millert2001-09-061-6/+5
* sync up to NetBSD; reviewed by csapuntz@naddy2001-09-061-683/+382
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-2/+2
* Fix AK4531 data sheet link. Ok'd by deraadt@kevlo2000-08-161-2/+2
* Reset AC97 codec on ES1371 revisions 7 and above. Thanks to Alejo Sanchezcsapuntz2000-07-181-2/+8
* (hopefully) fix pauses reported by ES1370 userscsapuntz1999-12-131-67/+192
* Print out the irq in attach. Thanks downsj@cvscsapuntz1999-10-101-2/+2