summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/sound.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* revise dsp_clone() to return the first nonbusy channel instead of simplycg2001-06-171-2/+1
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-161-6/+36
* various locking fixes, rework open logic and channel registrationcg2001-06-141-3/+4
* lock sound device when adding/removing channelscg2001-06-071-1/+1
* beginnings of virtual playback channel supportcg2001-05-271-3/+17
* mega-commit.cg2001-03-241-4/+24
* MFS: add kobj.h to reduce diffs from -stablecg2001-03-051-0/+1
* enable per-device sysctls unconditionallycg2001-03-051-1/+1
* add functions for sound drivers to use for locking and setting up interruptcg2001-02-271-0/+9
* MFS: 4.x/5.x compatibility #definescg2001-02-271-0/+6
* Create a new sysctl node 'hw.snd' and move 'hw.sndunit' tojhb2001-01-031-0/+3
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-0/+1
* kobjify.cg2000-12-181-2/+2
* add AFMT_8BIT for easier determination of formatscg2000-11-061-0/+1
* tidy up a little, add a mask for 32bit formatscg2000-09-051-4/+1
* change mixer api slightlycg2000-09-011-0/+1
* rework feeder sytem to allow feeders in kldscg2000-08-201-0/+1
* MFS: module macro changescg2000-08-091-8/+0
* MFS: sync with peter's isadma fixupcg2000-08-091-4/+6
* make this file suitable for 4-stable as well as 5-currentcg2000-07-181-0/+11
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-031-0/+6
* Supported the mss on PC-98 and Sound Blaster 98.nyan2000-05-191-2/+0
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* update the ac97 layer:cg2000-03-201-0/+1
* Remove a rather bizzare set of #ifdefs and #defines that all worked outpeter2000-01-291-10/+0
OpenPOWER on IntegriCloud