summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/maestro.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add mixer save/restore capability to the audio(4) driver andratchov2018-04-111-3/+1
* Remove unused getdev() audio driver functions.ratchov2016-09-191-18/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-41/+2
* Unbreak build when AUDIO_DEBUG is defined: fix printf(9) formatratchov2016-05-131-2/+2
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-29/+3
* Replace all queue *_END macro calls except CIRCLEQ_END with NULL.doug2014-09-131-3/+3
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* ansify some function definitions.brad2013-11-151-123/+45
* 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-15/+41
* repair pci powerstate handling. The extra timeouts were not needed.deraadt2012-10-211-8/+1
* Use the generic PCI power management code instead of rolling our own.kettenis2011-12-231-30/+5
* 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-17/+18
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-9/+12
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-5/+5
* audio(9) says low level drivers are allowed to change the requestedjakemsr2008-10-251-4/+3
* use ac97 default parameters for these ac97 based drivers.jakemsr2008-05-291-2/+9
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-2/+3
* the codec is not readable. If we try to read it the ac-link enters a kind ofratchov2007-10-221-1/+10
* MALLOC -> mallocgilles2007-10-091-3/+3
* Avoid void * arithmetic, okay deraadt@, suggestions from millert@pedro2006-12-291-2/+2
* zap maestro_reg.h, since it's only used in the kernel.espie2006-10-011-2/+315
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-8/+1
* do not provide round_buffer if not needed unless explained why in commentsmickey2005-04-161-12/+2
* make sure round_blocksize does not produce 0 after alignmentmickey2005-04-141-2/+2
* initialize blocksize from the trigger_input routine; fixes a div by zerofgsch2003-06-061-1/+2
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-5/+5
* First round of __P removal in sysmillert2002-03-141-60/+60
* make all audio drivers use the new allocm and round_buffersize decl's.ericj2002-01-201-6/+4
* Change the audio_hm_if->mappage interface to return paddr_t and take off_tart2001-10-311-4/+5
* Correct some pryntf() usage: get the correct number of arguments in themiod2001-09-211-2/+3
* Stereo jitter suppressor.espie2001-09-051-3/+22
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* fix mmap.espie2001-08-021-2/+5
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-2/+2
* it is notright to malloc() w/ WAITOK at attach time, put back NULL check and change to NOWAITmickey2001-05-161-2/+4
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-161-3/+1
* correct dmesg, save spacederaadt2001-03-131-25/+18
* Add half of PT101 support: init codec, no mixer. And provide forespie2001-01-161-33/+107
* Activate other maestro makes, per Theo's request.espie2001-01-121-34/+43
* Sound driver for some ESS maestro models. Work by d@ and me, based onespie2001-01-111-0/+1538