Age | Commit message (Expand) | Author |
2022-11-02 | Remove audio(9) speaker_ctl(), let open() handle speakers where needed | Klemens Nanni |
2022-10-30 | Move duplex check from sbdsp_midi_open() to sbdsp_open() where it belongs | Klemens Nanni |
2022-10-28 | Replace audio(9) get_props() with duplex check in open() in partial duplex dr... | Klemens Nanni |
2022-10-18 | Remove unused AUDIO_PROP_{MMAP,INDEPENDENT} | Klemens Nanni |
2022-01-09 | spelling | Jonathan Gray |
2021-03-07 | ansi | Jonathan Gray |
2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2015-06-25 | Reimplement the audio driver in a simpler way, removing unused/unusable | Alexandre Ratchov |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2012-03-30 | If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; | Alexandre Ratchov |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-04-03 | instead of returning EINVAL if an unsupported sample rate was | Jacob Meuser |
2009-07-31 | remove unused variable definition; unbreaks kernel build. | Stuart Henderson |
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert |
2008-01-14 | return earlier if the device index is negative | Jacob Meuser |
2007-11-05 | audio encoding conversion cleanup | Jacob Meuser |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2005-04-15 | make sure aligment does not return zero block size | Michael Shalayeff |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-12 | accept sample rates <= highrate. | Federico G. Schwindt |
2002-01-20 | make all audio drivers use the new allocm and round_buffersize decl's. | Eric Jackson |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski |
2001-04-12 | The old code was broken and always allocated for a 16-bit DMA channel, | Constantine Sapuntzakis |
2001-02-03 | new timeouts, space control | Michael Shalayeff |
1999-07-20 | first cut at isapnp and ym mpu | Theo de Raadt |
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist |
1998-04-26 | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos |
1998-01-18 | move to current OpenBSD isadma API | Niklas Hallqvist |
1997-07-10 | sync with NETBSD 30/3/97 + adapating aria.c | Niels Provos |
1997-01-03 | end of pesky log message, thanks to Go Watanabe <go@cclub.tutcc.tut.ac.jp> | kstailey |
1996-11-02 | Only print 'not finished' if AUDIO_DEBUG defined. Also fix up some | Todd C. Miller |
1996-09-16 | fix a typo. | Michael Shalayeff |
1996-05-26 | sync 0521 | Theo de Raadt |
1996-05-07 | sync with 0504 -- prototypes and bus.h | Theo de Raadt |
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist |
1996-03-08 | From NetBSD: merge of 960217 | Niklas Hallqvist |
1995-12-14 | from netbsd; Convert IRQ, DRQ, and port numbers to int | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |