summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/channel.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* MFC nearly everything of the soundsystem except recent commits andAlexander Leidinger2005-12-301-1/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Create a new mutex type for virtual channels. This allows us to getDon Lewis2004-02-281-1/+1
* Change KASSERT() in feed_vchan16() into an explicit test and call toDon Lewis2004-01-281-1/+4
* update my email address.Cameron Grant2003-09-071-1/+1
* (hopefully) fix build breakage some people are seeingCameron Grant2002-11-261-1/+1
* Fix code that had rotted behind debugging macros.Scott Long2002-01-251-0/+1
* add a tunable/sysctl, hw.snd.targetirqrate, to modify the default targetCameron Grant2001-09-181-2/+0
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* add a method for recording of specific channels for devices with more thanCameron Grant2001-09-051-0/+1
* add some extra diagnostic info to sndstat output.Cameron Grant2001-08-291-0/+1
* remove obsolete typedefs.Cameron Grant2001-07-031-1/+0
* Make all this compile on 4.3, modulus sbuf.Brian Feldman2001-07-021-0/+1
* add defines and ifdefs so this code will compile on 4.xCameron Grant2001-06-231-0/+6
* beginnings of virtual playback channel supportCameron Grant2001-05-271-2/+22
* mega-commit.Cameron Grant2001-03-241-33/+63
* update code dealing with snd_dbuf objects to do so using a functional interfaceCameron Grant2000-12-231-5/+2
* kobjify.Cameron Grant2000-12-181-1/+5
* add reinit functions to mixersCameron Grant2000-10-261-0/+1
* change mixer api slightlyCameron Grant2000-09-011-0/+2
* rework feeder sytem to allow feeders in kldsCameron Grant2000-08-201-3/+3
* fix a bug where opening for write would not fail if channel allocation failedCameron Grant2000-06-201-1/+2
* handle emulated dma readsCameron Grant2000-05-261-0/+1
* implement settrigger according to specCameron Grant2000-04-231-0/+1
* more mmap fixesCameron Grant2000-04-171-1/+1
* make mmap sort-of work. there seem to be interactions with certain hwCameron Grant2000-04-151-2/+2
* try increasing 2ndbuffer size to 64kCameron Grant2000-04-051-1/+1
* - latest 2ndbuffer patchCameron Grant1999-12-291-3/+8
* more dma underrun fixes, using a per-channel 2nd bufferCameron Grant1999-12-131-0/+9
* * add a non-reset device- will not reset the channel on open. youCameron Grant1999-09-281-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-09-011-1/+1
* say hello to newpcm. it is not yet enabled, requiring new pnp code from dfrCameron Grant1999-09-011-0/+80