summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Move sndbuf_setmap() output about buffer addresses from the general verbosemav2012-11-231-1/+1
* Make sound(4) more flexible in setting soft buffer and block sizes whenmav2012-01-311-0/+9
* Allocate the sound buffer DMA memory coherent. While NetBSD typicallymarius2011-03-111-1/+1
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.mdf2011-01-131-2/+2
* - Remove more dead code[1]. Since r207330, we only need to check divisionjkim2010-05-041-13/+0
* Remove dead code. Calculated greatest common divisor was not used at all.jkim2010-04-281-11/+0
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-29/+76
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-161-1/+1
* Buffer optimization and locking cleanup. Don't resize/mallocariff2007-06-141-41/+60
* Last major commit and updates for RELENG_7:ariff2007-05-311-3/+3
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-2/+4
* Memory leak killing spree, mostly bus_dma(9) related.ariff2007-03-211-20/+21
* [stage: 2/9]ariff2007-03-161-2/+2
* Spring cleanup on irrelevant NULL checking over M_WAITOK allocations.ariff2007-03-151-18/+1
* Fix huge memory leak within sound buffer (during channel destruction,ariff2007-02-011-0/+12
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-26/+60
* MFp4 the sound Google Summer of Code project:netchild2006-09-231-0/+125
* Rename some variables. This fixes some (but not all) problems on the waynetchild2006-07-171-2/+2
* Whats New:netchild2005-07-311-2/+6
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Plug possible memory leak in sound DMA buffer handling. It alsoyongari2004-10-151-9/+24
* Don't do malloc(M_WAITOK) for sound buffers while locks are held.green2004-04-291-1/+1
* Change KASSERT() in feed_vchan16() into an explicit test and call totruckman2004-01-281-17/+40
* Fix a panic due to holding a lock over calls to uiomove.matk2003-11-271-27/+0
* update my email address.cg2003-09-071-2/+2
* Additional malloc failure checks.orion2003-04-201-4/+7
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-201-0/+8
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* - Clean up ISA DMA supports.nyan2003-02-071-95/+0
* remove MIN now that it's a standard kernel definealfred2003-02-021-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* various fixes to eliminate locking warningscg2002-11-251-13/+25
* * improve error handlingcg2002-01-261-2/+7
* Fix code that had rotted behind debugging macros.scottl2002-01-251-1/+1
* a buffer offset equal to the buffer size is illegal too, fix assertion incg2002-01-251-1/+1
* don't bother checking if an unsigned parameter is less than 0 in a KASSERTcg2002-01-231-1/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-12/+12
* many changes:cg2001-08-231-2/+2
* don't erase info in sndbuf_setup()cg2001-05-271-6/+23
* if the feeder chain returned no data, do not try to acquire the data.cg2001-04-081-1/+2
* fix whitespace bogonscg2001-03-251-4/+4
* mega-commit.cg2001-03-241-48/+444
* MFS: don't pagefault in sndbuf_clearcg2001-03-051-19/+9
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-0/+244
OpenPOWER on IntegriCloud