summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/feeder.c
Commit message (Expand)AuthorAgeFilesLines
* update my email address.cg2003-09-071-1/+1
* Change gcc-specific aggregate initialization member specifiersdds2003-08-051-6/+6
* * add a function to display a complete feeder chain on the console, forcg2003-07-071-1/+17
* Back out last commit, which is fine in theory, but ignores the factorion2003-03-051-3/+3
* It seems that sound(4)'s feeder routines don't need to allocate memorygreen2003-02-231-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Avoid zero padding when feeding read channels. chn_rdfeed has no wayorion2003-02-031-0/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* various fixes to eliminate locking warningscg2002-11-251-1/+1
* Fixed printf format errors which apparently crept in while -Wformat wasbde2002-05-251-1/+2
* Try and solve some cases of labels at end of compound statements that gccpeter2002-05-191-3/+2
* * improve error handlingcg2002-01-261-14/+44
* make the feederchain builder work for recording. this has not been testedcg2002-01-231-12/+49
* the feederchain builder is currently broken for recording channels. disablecg2001-08-231-0/+3
* many changes:cg2001-08-231-2/+2
* comment out a boot-time debug messagecg2001-04-091-1/+1
* minor tweaks in speed and format setting routines.cg2001-04-081-22/+21
* mega-commit.cg2001-03-241-30/+36
* don't leak memory allocated for feeders at module unloadcg2001-03-161-1/+14
* kobjify.cg2000-12-181-72/+88
* prepare for adding a rate conversion feeder.cg2000-09-231-410/+90
* add 16bit mono/stereo conversion feedercg2000-09-091-6/+90
* rework feeder sytem to allow feeders in kldscg2000-08-201-127/+270
* make mmap sort-of work. there seem to be interactions with certain hwcg2000-04-151-5/+0
* fix dma underrun issuescg1999-12-051-11/+10
* repo-copied to make way for newmidi, this commit updates include pathscg1999-11-201-1/+1
* this is a full fix for writes not aligned to the sample size selected.cg1999-11-151-15/+22
* The total uiomoved size is accumulated in c, not tmp.tanimura1999-10-311-2/+2
* * add a non-reset device- will not reset the channel on open. youcg1999-09-281-10/+13
* handle uiomove better in feed_rootcg1999-09-041-6/+9
* $Id$ -> $FreeBSD$peter1999-09-011-1/+1
* say hello to newpcm. it is not yet enabled, requiring new pnp code from dfrcg1999-09-011-0/+403
OpenPOWER on IntegriCloud