summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/buffer.h
AgeCommit message (Expand)Author
2025-11-11sound: Add to pcm/buffer.* copyrightChristos Margiolis
2025-11-11sound: Get rid of useless sndbuf getters and settersChristos Margiolis
2025-11-11sound: Retire unused sndbuf_getflags() and sndbuf_setflags()Christos Margiolis
2025-11-11sound: Retire unused sndbuf_dump()Christos Margiolis
2025-11-11sound: Define SNDBUF_F_MANAGED as 0x00000001Christos Margiolis
2025-11-11sound: Re-arrange sndbuf_create() argumentsChristos Margiolis
2025-11-11sound: Retire snd_dbuf->devChristos Margiolis
2025-11-11sound: Retire unused snd_dbuf->dirChristos Margiolis
2025-02-25sound: Remove SNDBUF_LOCKASSERT()Christos Margiolis
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-15Retire ISA sound card DMA supportEd Maste
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2012-01-31Make sound(4) more flexible in setting soft buffer and block sizes whenAlexander Motin
2010-05-04- Remove more dead code[1]. Since r207330, we only need to check divisionJung-uk Kim
2009-06-07Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah
2007-06-14Buffer optimization and locking cleanup. Don't resize/mallocAriff Abdullah
2007-05-07buf_addr should be bus_addr_t rather than u_int32_t.Ariff Abdullah
2007-04-18sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah
2007-02-01Fix huge memory leak within sound buffer (during channel destruction,Ariff Abdullah
2006-11-26Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesAriff Abdullah
2006-09-23MFp4 the sound Google Summer of Code project:Alexander Leidinger
2006-07-17Rename some variables. This fixes some (but not all) problems on the wayAlexander Leidinger
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-01-28Change KASSERT() in feed_vchan16() into an explicit test and call toDon Lewis
2003-11-27Fix a panic due to holding a lock over calls to uiomove.Mathew Kanner
2003-09-07update my email address.Cameron Grant
2003-02-20Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().Olivier Houchard
2003-02-07- Clean up ISA DMA supports.Yoshihiro Takahashi
2002-01-26* improve error handlingCameron Grant
2001-05-27don't erase info in sndbuf_setup()Cameron Grant
2001-03-24mega-commit.Cameron Grant
2000-12-23update code dealing with snd_dbuf objects to do so using a functional interfaceCameron Grant