summaryrefslogtreecommitdiff
path: root/sys/dev/audio_if.h
AgeCommit message (Expand)Author
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2019-09-05Add the set_blksz() and set_nblks() audio driver functions.Alexandre Ratchov
2019-03-12Add new copy_output() and underrun() methods to support driversAlexandre Ratchov
2017-03-11AUDIO_ENCODING_{S,U}LINEAR constants are neither used by low levelAlexandre Ratchov
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre Ratchov
2016-08-31Delete unused ioctls and associated macros. Move macros that are stillAlexandre 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
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2004-04-16remote splaudio hack, now that all architectures that need it,Peter Valchev
2004-02-24same gory splaudio hack for amd64, sighTheo de Raadt
2004-01-31Arm provides audio interrupt bits, do not default them here. ok deraadt@Dale Rahn
2003-03-28mu-law and A-law spelling;Jason McIntyre
2003-01-25hppa provides its own IPL_AUDIO, tooJason Wright
2002-08-26space cleanup; some from grendel@zeitbombe.orgMichael Shalayeff
2002-07-23Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherDale Rahn
2002-05-30fallout from the radio attachment fixMichael Shalayeff
2002-05-06sync uaudio with NetBSDNathan Binkert
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-20make all audio drivers use the new allocm and round_buffersize decl's.Eric Jackson
2001-10-31Change the audio_hm_if->mappage interface to return paddr_t and take off_tArtur Grabowski
2001-10-01sparc64 doesn't need splaudio()/IPL_AUDIO provided here, eitherJason Wright
2000-07-19As in NetBSD, added direction to allocm/round_buffer_size APIs.Constantine Sapuntzakis
2000-05-24Permit detach of audio devices, such as uaudio. Selected codeHakan Olsson
1999-07-23From NetBSD; let i386 run audio at a high IPLNiklas Hallqvist
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist
1998-11-03Partial sync with NetBSD, adds new trigger methods.Jason Downs
1998-04-26update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1997-07-10sync with NETBSD 30/3/97 + adapating aria.cNiels Provos
1996-04-18NetBSD 960317 mergeNiklas Hallqvist
1996-03-02From NetBSD: sync with 960217 sourcesNiklas Hallqvist
1995-12-27from netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt