summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/sound.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-5/+5
* - latest 2ndbuffer patchcg1999-12-291-2/+4
* move channel-swapping support to the hardware driver since it knows the cardcg1999-12-121-2/+1
* Update for pnp adjustments regarding NPNP.peter1999-12-061-4/+0
* fix dma underrun issuescg1999-12-051-0/+1
* repo-copied to make way for newmidi, this commit updates include pathscg1999-11-201-4/+4
* * add a non-reset device- will not reset the channel on open. youcg1999-09-281-0/+1
* $Id$ -> $FreeBSD$peter1999-09-011-1/+1
* say hello to newpcm. it is not yet enabled, requiring new pnp code from dfrcg1999-09-011-0/+181
OpenPOWER on IntegriCloud