| Commit message (Expand) | Author | Age | Files | Lines |
* | mark some suspend/resume functions always returning zero as void; ok ratchov@ |  miko | 2018-09-14 | 1 | -4/+3 |
* | clarify that config_activate_children() is called unconditionally in *activate(). |  miko | 2018-09-13 | 1 | -5/+2 |
* | Add mixer save/restore capability to the audio(4) driver and |  ratchov | 2018-04-11 | 1 | -6/+1 |
* | Remove unused getdev() audio driver functions. |  ratchov | 2016-09-19 | 1 | -32/+1 |
* | Remove drain(), query_encoding(), mappage() and get_default_params() |  ratchov | 2016-09-14 | 1 | -58/+2 |
* | For unsupported sample formats, don't return EINVAL but set the closest |  naddy | 2015-06-18 | 1 | -15/+7 |
* | Remove all audio format conversion code from the kernel (btw holding |  ratchov | 2015-05-11 | 1 | -115/+7 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 2013-12-06 | 1 | -7/+3 |
* | 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 | -12/+14 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -3/+1 |
* | mark S8 encoding as emulated; only S16LE and U8 are natively supported |  naddy | 2011-06-29 | 1 | -2/+2 |
* | use nitems(); no binary change for drivers that are compiled on amd64. |  jasper | 2011-04-03 | 1 | -7/+6 |
* | only print out of sync messages when compiled for debugging |  jakemsr | 2010-10-09 | 1 | -5/+5 |
* | check current hardware position in interrupt handler. it's possible |  jakemsr | 2010-10-08 | 1 | -19/+59 |
* | silly me. use the switch() variable, not the case value. |  jakemsr | 2010-09-12 | 1 | -3/+3 |
* | autoconf activate suspend/resume for cmpci(4). uses audio(4) |  jakemsr | 2010-09-12 | 1 | -2/+42 |
* | add two new members to structs audio_encoding and audio_prinfo. |  jakemsr | 2010-07-15 | 1 | -1/+8 |
* | these files don't need to include proc.h anymore. ok oga for agp |  tedu | 2010-04-08 | 1 | -2/+1 |
* | configure the input and output ports in trigger_{input,output} instead |  jakemsr | 2009-05-06 | 1 | -3/+6 |
* | - explicitely disable some s/pdif features (ac3 passthrough, 24 and 32-bit |  jakemsr | 2009-05-06 | 1 | -6/+24 |
* | make various strings ("can't map mem space" and similar) more consistent |  sthen | 2009-03-29 | 1 | -4/+4 |
* | audio(9) says low level drivers are allowed to change the requested |  jakemsr | 2008-10-25 | 1 | -9/+7 |
* | specify alternate default audio parameters to make the default expansion |  jakemsr | 2008-05-29 | 1 | -2/+14 |
* | Remove commented out NetBSD __KERNEL_RCSID macro usage. |  brad | 2008-05-13 | 1 | -6/+1 |
* | allow low level audio drivers to specify a default sample format, |  jakemsr | 2008-04-21 | 1 | -1/+2 |
* | - add support for 4, 6, and 8 channel playback |  jakemsr | 2008-01-09 | 1 | -45/+218 |
* | spacing nit. |  brad | 2007-09-13 | 1 | -2/+2 |
* | __inline removal |  jakemsr | 2007-09-03 | 1 | -35/+25 |
* | Newer cmcpci(4) sound driver, which adds S/PDIF, OPL and MPU support, some |  brad | 2006-07-27 | 1 | -748/+972 |
* | make sure round_blocksize does not produce 0 after alignment |  mickey | 2005-04-14 | 1 | -2/+2 |
* | CMI can do mu-law encoding, don't use software emulation mode. |  kevlo | 2003-09-09 | 1 | -2/+2 |
* | untils this is sync'ed, correctly set mixer_class for CMPCI_OUTPUT_CLASS. |  fgsch | 2003-06-05 | 1 | -2/+2 |
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. |  ho | 2003-04-27 | 1 | -48/+75 |
* | Add a simplistic table driven lookup routine and use it where appropriate. |  jason | 2002-11-19 | 1 | -10/+8 |
* | Final __P removal plus some cosmetic fixups |  millert | 2002-03-14 | 1 | -7/+7 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -45/+45 |
* | make all audio drivers use the new allocm and round_buffersize decl's. |  ericj | 2002-01-20 | 1 | -8/+10 |
* | Change the audio_hm_if->mappage interface to return paddr_t and take off_t |  art | 2001-10-31 | 1 | -4/+4 |
* | return 1 from interrupt handled; kevlo |  deraadt | 2001-10-03 | 1 | -2/+2 |
* | Change pci_intr_map to take pci_attach_args as an argument. |  art | 2001-08-25 | 1 | -3/+2 |
* | Make pci_mapreg_map take an extra argument where we can |  niklas | 2001-06-12 | 1 | -2/+2 |
* | Driver for C-Media CMI8x38 Audio Chip present on several all-in-one |  millert | 2000-04-27 | 1 | -0/+1577 |