aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Last major commit and updates for RELENG_7:Ariff Abdullah2007-05-311-3/+3
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-2/+4
* Memory leak killing spree, mostly bus_dma(9) related.Ariff Abdullah2007-03-211-20/+21
* [stage: 2/9]Ariff Abdullah2007-03-161-2/+2
* Spring cleanup on irrelevant NULL checking over M_WAITOK allocations.Ariff Abdullah2007-03-151-18/+1
* Fix huge memory leak within sound buffer (during channel destruction,Ariff Abdullah2007-02-011-0/+12
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesAriff Abdullah2006-11-261-26/+60
* MFp4 the sound Google Summer of Code project:Alexander Leidinger2006-09-231-0/+125
* Rename some variables. This fixes some (but not all) problems on the wayAlexander Leidinger2006-07-171-2/+2
* Whats New:Alexander Leidinger2005-07-311-2/+6
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Plug possible memory leak in sound DMA buffer handling. It alsoPyun YongHyeon2004-10-151-9/+24
* Don't do malloc(M_WAITOK) for sound buffers while locks are held.Brian Feldman2004-04-291-1/+1
* Change KASSERT() in feed_vchan16() into an explicit test and call toDon Lewis2004-01-281-17/+40
* Fix a panic due to holding a lock over calls to uiomove.Mathew Kanner2003-11-271-27/+0
* update my email address.Cameron Grant2003-09-071-2/+2
* Additional malloc failure checks.Orion Hodson2003-04-201-4/+7
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().Olivier Houchard2003-02-201-0/+8
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* - Clean up ISA DMA supports.Yoshihiro Takahashi2003-02-071-95/+0
* remove MIN now that it's a standard kernel defineAlfred Perlstein2003-02-021-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* various fixes to eliminate locking warningsCameron Grant2002-11-251-13/+25
* * improve error handlingCameron Grant2002-01-261-2/+7
* Fix code that had rotted behind debugging macros.Scott Long2002-01-251-1/+1
* a buffer offset equal to the buffer size is illegal too, fix assertion inCameron Grant2002-01-251-1/+1
* don't bother checking if an unsigned parameter is less than 0 in a KASSERTCameron Grant2002-01-231-1/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-12/+12
* many changes:Cameron Grant2001-08-231-2/+2
* don't erase info in sndbuf_setup()Cameron Grant2001-05-271-6/+23
* if the feeder chain returned no data, do not try to acquire the data.Cameron Grant2001-04-081-1/+2
* fix whitespace bogonsCameron Grant2001-03-251-4/+4
* mega-commit.Cameron Grant2001-03-241-48/+444
* MFS: don't pagefault in sndbuf_clearCameron Grant2001-03-051-19/+9
* update code dealing with snd_dbuf objects to do so using a functional interfaceCameron Grant2000-12-231-0/+244