aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Retire ISA sound card DMA supportEd Maste2022-09-151-10/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make sound(4) more flexible in setting soft buffer and block sizes whenAlexander Motin2012-01-311-0/+1
* - Remove more dead code[1]. Since r207330, we only need to check divisionJung-uk Kim2010-05-041-1/+11
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-5/+6
* Buffer optimization and locking cleanup. Don't resize/mallocAriff Abdullah2007-06-141-1/+2
* buf_addr should be bus_addr_t rather than u_int32_t.Ariff Abdullah2007-05-071-1/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-1/+2
* Fix huge memory leak within sound buffer (during channel destruction,Ariff Abdullah2007-02-011-0/+1
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesAriff Abdullah2006-11-261-0/+3
* MFp4 the sound Google Summer of Code project:Alexander Leidinger2006-09-231-0/+8
* Rename some variables. This fixes some (but not all) problems on the wayAlexander Leidinger2006-07-171-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Change KASSERT() in feed_vchan16() into an explicit test and call toDon Lewis2004-01-281-1/+2
* Fix a panic due to holding a lock over calls to uiomove.Mathew Kanner2003-11-271-1/+0
* update my email address.Cameron Grant2003-09-071-1/+1
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().Olivier Houchard2003-02-201-0/+3
* - Clean up ISA DMA supports.Yoshihiro Takahashi2003-02-071-9/+29
* * improve error handlingCameron Grant2002-01-261-1/+1
* don't erase info in sndbuf_setup()Cameron Grant2001-05-271-0/+1
* mega-commit.Cameron Grant2001-03-241-19/+65
* update code dealing with snd_dbuf objects to do so using a functional interfaceCameron Grant2000-12-231-0/+49