aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/channel.h
Commit message (Expand)AuthorAgeFilesLines
* sound: Remove unused "num" argument from chn_init() and related callersChristos Margiolis2024-05-061-1/+1
* sound: Merge pcm_chn_create() and chn_init()Christos Margiolis2024-05-061-1/+2
* sound: Move pcm_chnref() and pcm_chnrelease() to pcm/channel.cChristos Margiolis2024-04-281-0/+2
* sound: Merge pcm_chn_destroy() and chn_kill()Christos Margiolis2024-04-281-1/+1
* sound: Retire unit.*Christos Margiolis2024-04-281-6/+3
* sound: Fix panic caused by sleeping-channel destruction during asynchronous d...Christos Margiolis2024-04-281-0/+1
* sound: Remove obsolete chn_setvolume()Christos Margiolis2024-04-181-1/+0
* 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
* sound(4): Implement mixer mute control for feeder channels.Hans Petter Selasky2021-09-281-1/+7
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Decrease the default audio playback latency to a maximum of 21.3ms.Hans Petter Selasky2019-09-051-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Extend the maximum number of allowed PCM channels in a PCM stream toHans Petter Selasky2015-05-081-0/+1
* Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE()Ariff Abdullah2009-06-111-11/+0
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-72/+149
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackAlfred Perlstein2008-11-041-0/+2
* Last (again ?!?) major commit for RELENG_7, featuring total GiantAriff Abdullah2007-06-161-2/+28
* Filter/compress the amount of channel trigger. This should reduceAriff Abdullah2007-06-111-0/+5
* Last major commit and updates for RELENG_7:Ariff Abdullah2007-05-311-10/+85
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesAriff Abdullah2006-11-261-1/+39
* MFp4 the sound Google Summer of Code project:Alexander Leidinger2006-09-231-0/+67
* - channel.hAlexander Leidinger2005-09-101-1/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Create a new mutex type for virtual channels. This allows us to getDon Lewis2004-02-281-1/+1
* Change KASSERT() in feed_vchan16() into an explicit test and call toDon Lewis2004-01-281-1/+4
* update my email address.Cameron Grant2003-09-071-1/+1
* (hopefully) fix build breakage some people are seeingCameron Grant2002-11-261-1/+1
* Fix code that had rotted behind debugging macros.Scott Long2002-01-251-0/+1
* add a tunable/sysctl, hw.snd.targetirqrate, to modify the default targetCameron Grant2001-09-181-2/+0
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* add a method for recording of specific channels for devices with more thanCameron Grant2001-09-051-0/+1
* add some extra diagnostic info to sndstat output.Cameron Grant2001-08-291-0/+1
* remove obsolete typedefs.Cameron Grant2001-07-031-1/+0
* Make all this compile on 4.3, modulus sbuf.Brian Feldman2001-07-021-0/+1
* add defines and ifdefs so this code will compile on 4.xCameron Grant2001-06-231-0/+6
* beginnings of virtual playback channel supportCameron Grant2001-05-271-2/+22
* mega-commit.Cameron Grant2001-03-241-33/+63
* update code dealing with snd_dbuf objects to do so using a functional interfaceCameron Grant2000-12-231-5/+2
* kobjify.Cameron Grant2000-12-181-1/+5
* add reinit functions to mixersCameron Grant2000-10-261-0/+1
* change mixer api slightlyCameron Grant2000-09-011-0/+2
* rework feeder sytem to allow feeders in kldsCameron Grant2000-08-201-3/+3
* fix a bug where opening for write would not fail if channel allocation failedCameron Grant2000-06-201-1/+2
* handle emulated dma readsCameron Grant2000-05-261-0/+1
* implement settrigger according to specCameron Grant2000-04-231-0/+1
* more mmap fixesCameron Grant2000-04-171-1/+1
* make mmap sort-of work. there seem to be interactions with certain hwCameron Grant2000-04-151-2/+2
* try increasing 2ndbuffer size to 64kCameron Grant2000-04-051-1/+1
* - latest 2ndbuffer patchCameron Grant1999-12-291-3/+8