Age | Commit message (Expand) | Author |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-19 | Use C99 struct init for struct audio_hw_if | Klemens Nanni |
2022-10-18 | Remove unused AUDIO_PROP_{MMAP,INDEPENDENT} | Klemens Nanni |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-01-09 | spelling | Jonathan Gray |
2020-06-17 | Do not do logical negation of a bitshifted field. | mortimer |
2018-09-13 | clarify that config_activate_children() is called unconditionally in *activat... | miko |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2015-08-11 | Don't inline long functions as this tends to increase object size | Alexandre Ratchov |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
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 |