| Commit message (Expand) | Author | Age | Files | Lines |
* | mark some suspend/resume functions always returning zero as void; ok ratchov@ |  miko | 2018-09-14 | 1 | -10/+7 |
* | Add mixer save/restore capability to the audio(4) driver and |  ratchov | 2018-04-11 | 1 | -2/+1 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 1 | -2/+1 |
* | Remove (likely wrong) code commented since revision 1.1. From |  ratchov | 2016-12-12 | 1 | -8/+1 |
* | Remove unused getdev() audio driver functions. |  ratchov | 2016-09-19 | 1 | -18/+1 |
* | Remove drain(), query_encoding(), mappage() and get_default_params() |  ratchov | 2016-09-14 | 1 | -50/+2 |
* | Remove all audio format conversion code from the kernel (btw holding |  ratchov | 2015-05-11 | 1 | -54/+8 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -5/+5 |
* | 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 | -8/+14 |
* | remove pci_set_powerstate() calls that are not needed, since the pci |  deraadt | 2012-10-11 | 1 | -6/+1 |
* | Make sure we only return 1 from the interrupt handler if the interrupt |  kettenis | 2011-12-07 | 1 | -3/+5 |
* | use nitems(); no binary change for drivers that are compiled on amd64. |  jasper | 2011-04-03 | 1 | -2/+2 |
* | remove the powerhook code. All architectures now use the ca_activate tree |  deraadt | 2010-09-07 | 1 | -15/+1 |
* | Since the changes in neo(4) work, it is very likely that the exact same |  deraadt | 2010-08-27 | 1 | -8/+16 |
* | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber |  deraadt | 2010-08-27 | 1 | -2/+1 |
* | add two new members to structs audio_encoding and audio_prinfo. |  jakemsr | 2010-07-15 | 1 | -14/+17 |
* | sizeof -> nitems, found by parfait; ok dlg |  deraadt | 2009-11-13 | 1 | -6/+6 |
* | The two "firmware" arrays only contained 16 bit values, but were being |  deraadt | 2009-06-02 | 1 | -4/+4 |
* | audio(9) says low level drivers are allowed to change the requested |  jakemsr | 2008-10-25 | 1 | -6/+9 |
* | use ac97 default parameters for these ac97 based drivers. |  jakemsr | 2008-05-29 | 1 | -2/+9 |
* | allow low level audio drivers to specify a default sample format, |  jakemsr | 2008-04-21 | 1 | -2/+3 |
* | Use pci_set_powerstate(), shrinking the code and unifying the different |  fgsch | 2007-10-22 | 1 | -22/+4 |
* | Some bzero() -> M_ZERO. ok jakemsr@ |  krw | 2007-09-17 | 1 | -3/+2 |
* | Wow, this is clearly wrong (found in esa_set_params): |  brad | 2006-01-25 | 1 | -2/+2 |
* | Move contents of sys/select.h to sys/selinfo.h in preparation for a |  millert | 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 | -3/+3 |
* | make dmesg prints closer to the rest of the drivers |  mickey | 2003-08-11 | 1 | -12/+6 |
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. |  ho | 2003-04-27 | 1 | -2/+2 |
* | Add a simplistic table driven lookup routine and use it where appropriate. |  jason | 2002-11-19 | 1 | -14/+8 |
* | free resources on failures in attach, kill some spaces; from grendel@zeitbombe.org |  mickey | 2002-10-04 | 1 | -15/+25 |
* | Use & to test if bits are set, not &&; art@ ok. |  aaron | 2002-08-08 | 1 | -2/+2 |
* | tag repair |  deraadt | 2002-04-08 | 1 | -1/+1 |
* | Allegro-1 and Maestro 3 driver ported from netbsd |  frantzen | 2002-04-08 | 1 | -0/+1735 |