summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/sound.h
Commit message (Expand)AuthorAgeFilesLines
* Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE()ariff2009-06-111-11/+4
* Move machine dependant AFMT_* definition from sound.hariff2009-06-101-30/+0
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-351/+205
* Slightly adjust copyright text.joel2009-05-271-1/+1
* Import some new constants and structures fields from OSSv4.mav2009-01-101-0/+1
* Don't include <sys/tty.h> in our sound layer. It is not needed.ed2008-08-191-1/+1
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-161-0/+208
* Last major commit and updates for RELENG_7:ariff2007-05-311-39/+45
* PCMMKMINOR() bit twiddling, so we can have:ariff2007-05-061-25/+19
* Break ABI / module compatibility for the upcoming sndbuf_alloc() changes.ariff2007-04-181-3/+3
* [stage: 4/9]ariff2007-03-161-0/+2
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-7/+280
* Various fixups, especially for the upcomming High Definition Audioariff2006-09-281-1/+1
* MFp4 the sound Google Summer of Code project:netchild2006-09-231-0/+5
* Rename some variables. This fixes some (but not all) problems on the waynetchild2006-07-171-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Apply more thorough fixes while dealing with device opening and closing:ariff2006-03-211-1/+1
* Fix severe 8bit integer overflow during channel creation and destruction,ariff2006-03-161-6/+11
* sys/dev/sound/pcm/sndstat.c:netchild2005-10-021-2/+4
* - fake.cnetchild2005-09-101-1/+1
* Whats New:netchild2005-07-311-2/+5
* Use dynamic major number allocation.phk2005-02-271-5/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Rename the sound device drivers:tanimura2004-07-161-4/+4
* Remove DDB. The one user of this macro has been changed to use BVDDB.marcel2004-07-101-1/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-141-8/+3
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-0/+6
* Create a new mutex type for virtual channels. This allows us to gettruckman2004-02-281-1/+0
* Change KASSERT() in feed_vchan16() into an explicit test and call totruckman2004-01-281-0/+1
* Fix a panic when kldloading a sound driver. Do this by replacing thematk2004-01-201-14/+7
* As previously announced: discontinue use of makedev() call in soundcode.phk2004-01-171-1/+16
* update my email address.cg2003-09-071-1/+1
* handle locking when creating or destroying vchans bettercg2003-08-181-9/+38
* - Clean up ISA DMA supports.nyan2003-02-071-7/+0
* various fixes to eliminate locking warningscg2002-11-251-1/+5
* Fixed breakage from removing the used include of <sys/buf.h> in thebde2002-09-151-0/+3
* FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.phk2002-09-141-3/+2
* Change snd_mtxcreate() to accept a lock type as an extra argument that isjhb2002-04-041-1/+1
* * improve error handlingcg2002-01-261-0/+1
* change tracking of channel counts.cg2001-09-181-0/+1
* - Correctly increment the channel refcount in dsp_open() such that it isgreid2001-09-141-0/+1
* add a method for recording of specific channels for devices with more thancg2001-09-051-1/+2
* many changes:cg2001-08-231-33/+33
* remove obsolete typedefs.cg2001-07-031-6/+4
* Correct obviously wrong mistakes.green2001-07-021-1/+1
* Make all this compile on 4.3, modulus sbuf.green2001-07-021-0/+6
* don't flag the playback hardchan as busy on devices with only one of them.cg2001-06-271-3/+3
* add a tunable/sysctl, hw.snd.autovchans. if this is set to a value n wherecg2001-06-261-0/+3
* add defines and ifdefs so this code will compile on 4.xcg2001-06-231-0/+7
OpenPOWER on IntegriCloud