summaryrefslogtreecommitdiffstats
path: root/sys/dev/audio_if.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add the set_blksz() and set_nblks() audio driver functions.ratchov2019-09-051-1/+7
* Add new copy_output() and underrun() methods to support driversratchov2019-03-121-1/+3
* AUDIO_ENCODING_{S,U}LINEAR constants are neither used by low levelratchov2017-03-111-3/+1
* Remove unused getdev() audio driver functions.ratchov2016-09-191-3/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-31/+7
* Delete unused ioctls and associated macros. Move macros that are stillratchov2016-08-311-1/+33
* Reimplement the audio driver in a simpler way, removing unused/unusableratchov2015-06-251-26/+1
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-4/+1
* Introduce a global interrupt-aware mutex protecting dataratchov2013-05-151-1/+5
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-1/+5
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-1/+2
* remote splaudio hack, now that all architectures that need it,pvalchev2004-04-161-6/+1
* same gory splaudio hack for amd64, sighderaadt2004-02-241-2/+2
* Arm provides audio interrupt bits, do not default them here. ok deraadt@drahn2004-01-311-2/+2
* mu-law and A-law spelling;jmc2003-03-281-3/+3
* hppa provides its own IPL_AUDIO, toojason2003-01-251-2/+2
* space cleanup; some from grendel@zeitbombe.orgmickey2002-08-261-10/+9
* Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherdrahn2002-07-231-2/+2
* fallout from the radio attachment fixmickey2002-05-301-4/+9
* sync uaudio with NetBSDnate2002-05-061-1/+7
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-9/+7
* First round of __P removal in sysmillert2002-03-141-28/+28
* make all audio drivers use the new allocm and round_buffersize decl's.ericj2002-01-201-6/+3
* Change the audio_hm_if->mappage interface to return paddr_t and take off_tart2001-10-311-2/+2
* sparc64 doesn't need splaudio()/IPL_AUDIO provided here, eitherjason2001-10-011-2/+2
* As in NetBSD, added direction to allocm/round_buffer_size APIs.csapuntz2000-07-191-3/+8
* Permit detach of audio devices, such as uaudio. Selected codeho2000-05-241-3/+4
* From NetBSD; let i386 run audio at a high IPLniklas1999-07-231-3/+3
* Midi & sequencer support from NetBSD, mostly by Lennart Augustssonniklas1999-01-021-19/+5
* Partial sync with NetBSD, adds new trigger methods.downsj1998-11-031-4/+15
* update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>provos1998-04-261-38/+69
* sync with NETBSD 30/3/97 + adapating aria.cprovos1997-07-101-9/+3
* NetBSD 960317 mergeniklas1996-04-181-4/+8
* From NetBSD: sync with 960217 sourcesniklas1996-03-021-1/+2
* from netbsd:deraadt1995-12-271-1/+1
* initial import of NetBSD treederaadt1995-10-181-0/+135