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