summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/feeder.c
Commit message (Expand)AuthorAgeFilesLines
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-411/+36
* Reassign default unit to a valid unit, be it during attach or detach.ariff2007-06-171-1/+1
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-161-21/+0
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-1/+1
* Last major commit and updates for RELENG_7:ariff2007-05-311-3/+5
* [stage: 4/9]ariff2007-03-161-24/+53
* Fixes module build with DEB(x) defined to x.netchild2007-01-061-1/+1
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-133/+451
* Remove some dead code.jhb2006-02-231-3/+1
* Tune format scoring so (non)stereo format will get better chanceariff2006-01-291-9/+17
* Various fixups:ariff2006-01-221-7/+117
* - fake.cnetchild2005-09-101-3/+14
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* 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