summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/cs4281.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused getdev() audio driver functions.ratchov2016-09-191-21/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-82/+2
* Fix clct(4) audio driver which was stuttering to the point of being useless.stsp2015-08-041-111/+63
* Remove a debug printf that should have been removed years ago. ok ratchovstsp2015-08-031-2/+1
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-41/+11
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-4/+4
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-4/+4
* 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/+9
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* use audio(4)'s quiesce/resume for data i/o, and ac97_resume() for mixerjakemsr2010-09-221-19/+8
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-12/+1
* Since the changes in neo(4) work, it is very likely that the exact samederaadt2010-08-271-22/+21
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-1/+6
* audio(9) says low level drivers are allowed to change the requestedjakemsr2008-10-251-11/+9
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-1/+2
* Use pci_set_powerstate(), shrinking the code and unifying the differentfgsch2007-10-221-14/+2
* from the diffs so old they're growing mold dept:tedu2005-11-291-2/+2
* contorl -> controlmiod2005-11-211-2/+2
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-7/+1
* use PCI_PMCSR instead of some magic value.fgsch2003-10-071-2/+2
* sys/types.h is not really needed w/ sys/param.hmickey2003-08-211-2/+1
* remove extra header file <sys/systm.h>. ok mickey@kevlo2003-08-211-3/+2
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-9/+9
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-10/+7
* First round of __P removal in sysmillert2002-03-141-44/+44
* 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
* fix data sheet link. ok deraadt@kevlo2001-10-031-2/+2
* occured->occurredmpech2001-09-201-2/+2
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* Back out. This is more complicated than I thought.art2001-07-271-2/+4
* Allow mmap. Not really working correctly yet, but almost.art2001-07-271-4/+2
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-3/+3
* Tickle D0 power state so the cs4281 works after reboots from Windows 2000.aaron2001-02-091-1/+29
* Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD byaaron2001-01-131-0/+1579