Age | Commit message (Expand) | Author |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-06-23 | Remove unsigned comparison < 0. | Brad Smith |
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-17 | M_WAITOK cleanup of two cases: | Michael Knudsen |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2010-09-12 | silly me. use the switch() variable, not the case value. | Jacob Meuser |
2010-09-12 | autoconf activate suspend/resume for emu(4). uses audio(4) | Jacob Meuser |
2010-09-10 | the open() functions give us flags like FREAD and FWRITE from sys/fcntl.h. | Jacob Meuser |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2008-12-09 | Replace the sc_type/sc_details enum's in the softc struct with a sc_flags | Brad Smith |
2008-10-29 | support for Audigy 2 Value based on patch from Dennis Suhonin | Jacob Meuser |
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-29 | use ac97 default parameters for these ac97 based drivers. | Jacob Meuser |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-03-10 | the Dell SoundBlaster Live! 5.1 cards differ enough from "regular" | Jacob Meuser |
2008-02-22 | as can be seen in emuxki_voice_set_srate(), the sample rate needs to | Jacob Meuser |
2007-07-10 | emu(4) incorrectly overrides the requested recoding format, setting | Jacob Meuser |
2006-01-20 | - match another revision of Audigy cards | Jacob Meuser |
2005-11-30 | - add initial SB Audigy support | Brad Smith |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-08-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub... | Michael Shalayeff |
2004-09-02 | Prevent mixer from resetting volume back to blead-from-the-ears. | Marco Peereboom |
2004-04-14 | make it compile | Michael Shalayeff |
2004-04-14 | another SoundBlaster Live | Brad Smith |
2004-02-24 | record code, from netbsd; via jakemsr@jakemsr.com | Theo de Raadt |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-04-26 | managment -> management; | Jason McIntyre |
2003-02-18 | intial -> initial | Jason McIntyre |
2002-06-03 | probe for flavours, aps and audigy still need more work though | Michael Shalayeff |
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-11-29 | sc must be initialized. | Hakan Olsson |
2001-11-26 | cache the last deallocated voice and reuse on the next open. | Michael Shalayeff |
2001-11-20 | use more reasonable default level values; ho@ testing | Michael Shalayeff |
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski |
2001-10-24 | Print intrstr, not dv_xname. mickey@ ok. | Hakan Olsson |
2001-10-24 | add missing RCS ids | Brad Smith |
2001-10-24 | creative labs sb live! and (perhaps) pci512 driver. | Michael Shalayeff |