| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused getdev() audio driver functions. |  ratchov | 2016-09-19 | 1 | -21/+1 |
* | Remove drain(), query_encoding(), mappage() and get_default_params() |  ratchov | 2016-09-14 | 1 | -82/+2 |
* | Fix clct(4) audio driver which was stuttering to the point of being useless. |  stsp | 2015-08-04 | 1 | -111/+63 |
* | Remove a debug printf that should have been removed years ago. ok ratchov |  stsp | 2015-08-03 | 1 | -2/+1 |
* | Remove all audio format conversion code from the kernel (btw holding |  ratchov | 2015-05-11 | 1 | -41/+11 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -4/+4 |
* | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 2013-12-06 | 1 | -4/+4 |
* | Since audio code is mp safe, establish isa and pci audio interrupts |  ratchov | 2013-05-24 | 1 | -3/+3 |
* | Introduce a global interrupt-aware mutex protecting data |  ratchov | 2013-05-15 | 1 | -3/+9 |
* | use nitems(); no binary change for drivers that are compiled on amd64. |  jasper | 2011-04-03 | 1 | -2/+2 |
* | use audio(4)'s quiesce/resume for data i/o, and ac97_resume() for mixer |  jakemsr | 2010-09-22 | 1 | -19/+8 |
* | remove the powerhook code. All architectures now use the ca_activate tree |  deraadt | 2010-09-07 | 1 | -12/+1 |
* | Since the changes in neo(4) work, it is very likely that the exact same |  deraadt | 2010-08-27 | 1 | -22/+21 |
* | add two new members to structs audio_encoding and audio_prinfo. |  jakemsr | 2010-07-15 | 1 | -1/+6 |
* | audio(9) says low level drivers are allowed to change the requested |  jakemsr | 2008-10-25 | 1 | -11/+9 |
* | allow low level audio drivers to specify a default sample format, |  jakemsr | 2008-04-21 | 1 | -1/+2 |
* | Use pci_set_powerstate(), shrinking the code and unifying the different |  fgsch | 2007-10-22 | 1 | -14/+2 |
* | from the diffs so old they're growing mold dept: |  tedu | 2005-11-29 | 1 | -2/+2 |
* | contorl -> control |  miod | 2005-11-21 | 1 | -2/+2 |
* | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ ok |  mickey | 2005-08-09 | 1 | -7/+1 |
* | use PCI_PMCSR instead of some magic value. |  fgsch | 2003-10-07 | 1 | -2/+2 |
* | sys/types.h is not really needed w/ sys/param.h |  mickey | 2003-08-21 | 1 | -2/+1 |
* | remove extra header file <sys/systm.h>. ok mickey@ |  kevlo | 2003-08-21 | 1 | -3/+2 |
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. |  ho | 2003-04-27 | 1 | -9/+9 |
* | Final __P removal plus some cosmetic fixups |  millert | 2002-03-14 | 1 | -10/+7 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -44/+44 |
* | make all audio drivers use the new allocm and round_buffersize decl's. |  ericj | 2002-01-20 | 1 | -6/+6 |
* | Change the audio_hm_if->mappage interface to return paddr_t and take off_t |  art | 2001-10-31 | 1 | -4/+4 |
* | fix data sheet link. ok deraadt@ |  kevlo | 2001-10-03 | 1 | -2/+2 |
* | occured->occurred |  mpech | 2001-09-20 | 1 | -2/+2 |
* | Change pci_intr_map to take pci_attach_args as an argument. |  art | 2001-08-25 | 1 | -3/+2 |
* | Back out. This is more complicated than I thought. |  art | 2001-07-27 | 1 | -2/+4 |
* | Allow mmap. Not really working correctly yet, but almost. |  art | 2001-07-27 | 1 | -4/+2 |
* | Make pci_mapreg_map take an extra argument where we can |  niklas | 2001-06-12 | 1 | -3/+3 |
* | Tickle D0 power state so the cs4281 works after reboots from Windows 2000. |  aaron | 2001-02-09 | 1 | -1/+29 |
* | Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD by |  aaron | 2001-01-13 | 1 | -0/+1579 |