| Commit message (Expand) | Author | Age | Files | Lines |
* | Add mixer save/restore capability to the audio(4) driver and |  ratchov | 2018-04-11 | 1 | -3/+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 | -41/+2 |
* | Unbreak build when AUDIO_DEBUG is defined: fix printf(9) format |  ratchov | 2016-05-13 | 1 | -2/+2 |
* | Remove all audio format conversion code from the kernel (btw holding |  ratchov | 2015-05-11 | 1 | -29/+3 |
* | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. |  doug | 2014-09-13 | 1 | -3/+3 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | ansify some function definitions. |  brad | 2013-11-15 | 1 | -123/+45 |
* | 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 | -15/+41 |
* | repair pci powerstate handling. The extra timeouts were not needed. |  deraadt | 2012-10-21 | 1 | -8/+1 |
* | Use the generic PCI power management code instead of rolling our own. |  kettenis | 2011-12-23 | 1 | -30/+5 |
* | remove the powerhook code. All architectures now use the ca_activate tree |  deraadt | 2010-09-07 | 1 | -13/+1 |
* | Since the changes in neo(4) work, it is very likely that the exact same |  deraadt | 2010-08-27 | 1 | -17/+18 |
* | add two new members to structs audio_encoding and audio_prinfo. |  jakemsr | 2010-07-15 | 1 | -9/+12 |
* | these files don't need to include proc.h anymore. ok oga for agp |  tedu | 2010-04-08 | 1 | -2/+1 |
* | make various strings ("can't map mem space" and similar) more consistent |  sthen | 2009-03-29 | 1 | -5/+5 |
* | audio(9) says low level drivers are allowed to change the requested |  jakemsr | 2008-10-25 | 1 | -4/+3 |
* | 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 |
* | the codec is not readable. If we try to read it the ac-link enters a kind of |  ratchov | 2007-10-22 | 1 | -1/+10 |
* | MALLOC -> malloc |  gilles | 2007-10-09 | 1 | -3/+3 |
* | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ |  pedro | 2006-12-29 | 1 | -2/+2 |
* | zap maestro_reg.h, since it's only used in the kernel. |  espie | 2006-10-01 | 1 | -2/+315 |
* | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ ok |  mickey | 2005-08-09 | 1 | -8/+1 |
* | do not provide round_buffer if not needed unless explained why in comments |  mickey | 2005-04-16 | 1 | -12/+2 |
* | make sure round_blocksize does not produce 0 after alignment |  mickey | 2005-04-14 | 1 | -2/+2 |
* | initialize blocksize from the trigger_input routine; fixes a div by zero |  fgsch | 2003-06-06 | 1 | -1/+2 |
* | Final __P removal plus some cosmetic fixups |  millert | 2002-03-14 | 1 | -5/+5 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -60/+60 |
* | make all audio drivers use the new allocm and round_buffersize decl's. |  ericj | 2002-01-20 | 1 | -6/+4 |
* | Change the audio_hm_if->mappage interface to return paddr_t and take off_t |  art | 2001-10-31 | 1 | -4/+5 |
* | Correct some pryntf() usage: get the correct number of arguments in the |  miod | 2001-09-21 | 1 | -2/+3 |
* | Stereo jitter suppressor. |  espie | 2001-09-05 | 1 | -3/+22 |
* | Change pci_intr_map to take pci_attach_args as an argument. |  art | 2001-08-25 | 1 | -3/+2 |
* | fix mmap. |  espie | 2001-08-02 | 1 | -2/+5 |
* | Make pci_mapreg_map take an extra argument where we can |  niklas | 2001-06-12 | 1 | -2/+2 |
* | it is notright to malloc() w/ WAITOK at attach time, put back NULL check and change to NOWAIT |  mickey | 2001-05-16 | 1 | -2/+4 |
* | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) |  ho | 2001-05-16 | 1 | -3/+1 |
* | correct dmesg, save space |  deraadt | 2001-03-13 | 1 | -25/+18 |
* | Add half of PT101 support: init codec, no mixer. And provide for |  espie | 2001-01-16 | 1 | -33/+107 |
* | Activate other maestro makes, per Theo's request. |  espie | 2001-01-12 | 1 | -34/+43 |
* | Sound driver for some ESS maestro models. Work by d@ and me, based on |  espie | 2001-01-11 | 1 | -0/+1538 |