aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/sound.h
Commit message (Expand)AuthorAgeFilesLines
* sound(4): Implement playback and recording mode sysctl(8).Hans Petter Selasky2021-08-061-0/+4
* Implement sndstat nvlist-based enumeration ioctls.Ka Ho Ng2021-03-171-0/+1
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Implement a detaching flag for the sound(4) subsystem to takeHans Petter Selasky2020-03-041-9/+4
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* To support userspace audio daemons like Virtual OSS, /dev/sndstat isHans Petter Selasky2016-02-091-2/+0
* Extend the maximum number of allowed PCM channels in a PCM stream toHans Petter Selasky2015-05-081-3/+5
* Remove check for obsolete FreeBSD versionsBaptiste Daroussin2014-11-031-7/+0
* Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE()Ariff Abdullah2009-06-111-11/+4
* Move machine dependant AFMT_* definition from sound.hAriff Abdullah2009-06-101-30/+0
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-351/+205
* Slightly adjust copyright text.Joel Dahl2009-05-271-1/+1
* Import some new constants and structures fields from OSSv4.Alexander Motin2009-01-101-0/+1
* Don't include <sys/tty.h> in our sound layer. It is not needed.Ed Schouten2008-08-191-1/+1
* Last (again ?!?) major commit for RELENG_7, featuring total GiantAriff Abdullah2007-06-161-0/+208
* Last major commit and updates for RELENG_7:Ariff Abdullah2007-05-311-39/+45
* PCMMKMINOR() bit twiddling, so we can have:Ariff Abdullah2007-05-061-25/+19
* Break ABI / module compatibility for the upcoming sndbuf_alloc() changes.Ariff Abdullah2007-04-181-3/+3
* [stage: 4/9]Ariff Abdullah2007-03-161-0/+2
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesAriff Abdullah2006-11-261-7/+280
* Various fixups, especially for the upcomming High Definition AudioAriff Abdullah2006-09-281-1/+1
* MFp4 the sound Google Summer of Code project:Alexander Leidinger2006-09-231-0/+5
* Rename some variables. This fixes some (but not all) problems on the wayAlexander Leidinger2006-07-171-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Apply more thorough fixes while dealing with device opening and closing:Ariff Abdullah2006-03-211-1/+1
* Fix severe 8bit integer overflow during channel creation and destruction,Ariff Abdullah2006-03-161-6/+11
* sys/dev/sound/pcm/sndstat.c:Alexander Leidinger2005-10-021-2/+4
* - fake.cAlexander Leidinger2005-09-101-1/+1
* Whats New:Alexander Leidinger2005-07-311-2/+5
* Use dynamic major number allocation.Poul-Henning Kamp2005-02-271-5/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Rename the sound device drivers:Seigo Tanimura2004-07-161-4/+4
* Remove DDB. The one user of this macro has been changed to use BVDDB.Marcel Moolenaar2004-07-101-1/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-5/+5
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVBrian Feldman2004-04-141-8/+3
* Augment /dev/sndstat with the module names, if applicable.Mathew Kanner2004-03-061-0/+6
* Create a new mutex type for virtual channels. This allows us to getDon Lewis2004-02-281-1/+0
* Change KASSERT() in feed_vchan16() into an explicit test and call toDon Lewis2004-01-281-0/+1
* Fix a panic when kldloading a sound driver. Do this by replacing theMathew Kanner2004-01-201-14/+7
* As previously announced: discontinue use of makedev() call in soundcode.Poul-Henning Kamp2004-01-171-1/+16
* update my email address.Cameron Grant2003-09-071-1/+1
* handle locking when creating or destroying vchans betterCameron Grant2003-08-181-9/+38
* - Clean up ISA DMA supports.Yoshihiro Takahashi2003-02-071-7/+0
* various fixes to eliminate locking warningsCameron Grant2002-11-251-1/+5
* Fixed breakage from removing the used include of <sys/buf.h> in theBruce Evans2002-09-151-0/+3
* FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.Poul-Henning Kamp2002-09-141-3/+2
* Change snd_mtxcreate() to accept a lock type as an extra argument that isJohn Baldwin2002-04-041-1/+1
* * improve error handlingCameron Grant2002-01-261-0/+1
* change tracking of channel counts.Cameron Grant2001-09-181-0/+1