Age | Commit message (Expand) | Author |
2013-05-24 | Since audio code is mp safe, establish isa and pci audio interrupts | Alexandre Ratchov |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-06-29 | mark S8 encoding as emulated; only S16LE and U8 are natively supported | Christian Weisgerber |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2010-10-09 | only print out of sync messages when compiled for debugging | Jacob Meuser |
2010-10-08 | check current hardware position in interrupt handler. it's possible | Jacob Meuser |
2010-09-12 | silly me. use the switch() variable, not the case value. | Jacob Meuser |
2010-09-12 | autoconf activate suspend/resume for cmpci(4). uses audio(4) | Jacob Meuser |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp | Ted Unangst |
2009-05-06 | configure the input and output ports in trigger_{input,output} instead | Jacob Meuser |
2009-05-06 | - explicitely disable some s/pdif features (ac3 passthrough, 24 and 32-bit | Jacob Meuser |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser |
2008-05-29 | specify alternate default audio parameters to make the default expansion | Jacob Meuser |
2008-05-13 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-01-09 | - add support for 4, 6, and 8 channel playback | Jacob Meuser |
2007-09-13 | spacing nit. | Brad Smith |
2007-09-03 | __inline removal | Jacob Meuser |
2006-07-27 | Newer cmcpci(4) sound driver, which adds S/PDIF, OPL and MPU support, some | Brad Smith |
2005-04-14 | make sure round_blocksize does not produce 0 after alignment | Michael Shalayeff |
2003-09-09 | CMI can do mu-law encoding, don't use software emulation mode. | Kevin Lo |
2003-06-05 | untils this is sync'ed, correctly set mixer_class for CMPCI_OUTPUT_CLASS. | Federico G. Schwindt |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-20 | make all audio drivers use the new allocm and round_buffersize decl's. | Eric Jackson |
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski |
2001-10-03 | return 1 from interrupt handled; kevlo | Theo de Raadt |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-06-12 | Make pci_mapreg_map take an extra argument where we can | Niklas Hallqvist |
2000-04-27 | Driver for C-Media CMI8x38 Audio Chip present on several all-in-one | Todd C. Miller |