summaryrefslogtreecommitdiffstats
path: root/sys/sys/audioio.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()ratchov1-17/+1
2016-08-31Delete unused ioctls and associated macros. Move macros that are stillratchov1-92/+4
2016-06-18Add a new AUDIO_GETSTATUS ioctl to get various audio driver variables.ratchov1-1/+12
2016-03-16Expose new audio ioctls that do one thing only: start and stop DMA,ratchov1-1/+25
2015-07-28Add the AUDIO_GETPOS ioctl() to fetch a snapshot of the 4 countersratchov1-1/+9
2015-06-25Reimplement the audio driver in a simpler way, removing unused/unusableratchov1-60/+7
2010-07-15add two new members to structs audio_encoding and audio_prinfo.jakemsr1-1/+5
2008-11-16shorten "headphones" to "hp" and "speaker" to "spkr". avoids mixerjakemsr1-3/+3
2008-03-22add audio(4) driver the ability to use different block sizes for play andratchov1-2/+2
2007-10-03add two new audio ioctls, AUDIO_GETPRINFO and AUDIO_GETRRINFO, and thejakemsr1-1/+11
2007-09-17implement the output_muted member of audio_info_t as found in originaljakemsr1-2/+3
2005-12-14some codecs have an external amplifier, and in some hw the bit to poweringfgsch1-1/+2
2004-01-31typo from Jared Yanovich;jmc1-2/+2
2001-10-24add mpeg_l3 encodings (after l1 and l2), define strings for center, depth, lfemickey1-1/+7
2001-06-22KNFderaadt1-6/+6
2001-01-28Add a field to mixer_devinto_t that indicates the minimum delta to changeaaron1-1/+2
2000-04-25Add AudioNvideocsapuntz1-1/+2
1998-10-28Add a couple of names from NetBSDdownsj1-2/+4
1998-08-16change seek to intderaadt1-2/+2
1998-06-02update from NetBSD, #define a few more useful strings. augustss.provos1-11/+9
1998-04-26update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>provos1-35/+100
1997-07-11cosmetic changes; netbsdprovos1-4/+4
1996-04-21partial sync with netbsd 960418, more to comederaadt1-3/+3
1996-04-18Merge of NetBSD 960317niklas1-2/+10
1996-03-03From NetBSD: 960217 mergeniklas1-0/+1
1996-03-02from NetBSD: audio now compiles.mickey1-1/+3
1995-10-18initial import of NetBSD treederaadt1-0/+245