summaryrefslogtreecommitdiffstats
path: root/sys/dev/audio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace strange cpp magic by straight codevincent2004-07-101-7/+5
* remove uvm_extern.hbrad2004-01-091-3/+1
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-26/+22
* compute record high water mark from record parameters not play parameters; from NetBSD kern/19614jason2003-01-261-2/+2
* space cleanup; some from grendel@zeitbombe.orgmickey2002-08-261-223/+223
* implement kqueue for audio; tested on wiggy and niels@ okmickey2002-06-161-32/+113
* First round of __P removal in sysmillert2002-03-141-64/+64
* correct monitor port matching.fgsch2002-02-061-2/+2
* if we have a monitor port, don't get it, set it.fgsch2002-02-041-2/+2
* make all audio drivers use the new allocm and round_buffersize decl's.ericj2002-01-201-5/+1
* return ENOTTY not EINVAL in default: in *ioctl()mickey2002-01-101-3/+3
* make sure mixer was opened for write for AUDIO_MIXER_WRITEmickey2002-01-091-1/+3
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Change d_mmap in struct cdevsw from:art2001-11-011-3/+4
* Change the audio_hm_if->mappage interface to return paddr_t and take off_tart2001-10-311-9/+10
* occured->occurredmpech2001-09-201-2/+2
* no need to include vm_prot.h here.art2001-08-111-2/+1
* Correct return values from audiommap.art2001-07-271-3/+3
* Make the audio device play nice with revoke(2) by having it resethugh2001-07-031-4/+9
* Add a field to mixer_devinto_t that indicates the minimum delta to changeaaron2001-01-281-1/+2
* cast pointer to a long for alpha's sake; pointed out by ericj@mickey2000-11-091-3/+3
* As in NetBSD, added direction to allocm/round_buffer_size APIs.csapuntz2000-07-191-11/+19
* Permit detach of audio devices, such as uaudio. Selected codeho2000-05-241-54/+224
* make .mpg playing more usefull, i.e. supply entropymickey2000-04-101-1/+7
* Remove dependencies between midi & audio. midi now will compile onfgsch2000-01-031-16/+3
* Pass device mode to query_encoding in the structure to fill, soespie1999-12-051-1/+3
* ioctl arguments are u_long.espie1999-11-201-5/+5
* From NetBSD:jason1999-06-191-4/+10
* Midi & sequencer support from NetBSD, mostly by Lennart Augustssonniklas1999-01-021-9/+21
* careful off handling in mmap routinesderaadt1998-11-201-2/+2
* Partial sync with NetBSD, adds new trigger methods.downsj1998-11-031-180/+163
* Kill the god damned COMPAT_12. Thanks, guys.downsj1998-07-241-3/+1
* update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>provos1998-04-261-954/+1901
* Change a '< sc->sc_lowat' to '<= sc->sc_lowat' for consistency with rest ofmillert1998-04-251-2/+2
* sync with NETBSD 30/3/97 + adapating aria.cprovos1997-07-101-156/+248
* change space to "_" in tsleep() stringkstailey1997-04-091-2/+2
* sync 0521deraadt1996-05-261-3/+3
* partial sync with netbsd 960418, more to comederaadt1996-04-211-20/+11
* NetBSD 960317 mergeniklas1996-04-181-40/+66
* From NetBSD: sync with 960217 sourcesniklas1996-03-021-31/+68
* From NetBSD: update to 960217 sourcesniklas1996-02-271-21/+30
* from netbsd; Make the block size always a whole number of samplesderaadt1996-01-081-7/+5
* provide floor for sampling rate; from khym@bga.com; netbsd pr#1770deraadt1995-11-201-0/+2
* initial import of NetBSD treederaadt1995-10-181-0/+1752