summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm
Commit message (Expand)AuthorAgeFilesLines
* change mixer api slightlycg2000-09-019-88/+276
* make the test for hwptr going backwards more picky- now it only triggers ifcg2000-08-291-1/+1
* add devfs support. when devfs is enabled, sysctl hw.sndunit is used to setcg2000-08-291-1/+65
* rework feeder sytem to allow feeders in kldscg2000-08-208-141/+395
* fix SNDCTL_DSP_GETODELAYcg2000-08-191-1/+2
* MFS: module macro changescg2000-08-091-8/+0
* MFS: sync with peter's isadma fixupcg2000-08-091-4/+6
* warn if hwptr goes backwardscg2000-08-092-1/+8
* Simplex devices will always report EBUSY on 2nd (and subsequent)nsayer2000-08-021-1/+1
* fix a potential local DoS attackcg2000-07-302-2/+13
* fix a bug where opening /dev/dsp twice resulted in it being busy until rebootcg2000-07-301-0/+3
* make this file suitable for 4-stable as well as 5-currentcg2000-07-181-0/+11
* Finally merge newmidi.tanimura2000-07-111-0/+1
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-032-0/+8
* add record channel irq timeouts toocg2000-06-201-2/+12
* fix a bug where opening for write would not fail if channel allocation failedcg2000-06-205-11/+30
* make mixer reads return the value written instead of the value setcg2000-06-191-1/+1
* replace a line erroneously removed in 1.28, should fix xmmscg2000-06-171-3/+5
* handle closing differently - should fix the end-of-sample cutoff bugcg2000-06-131-22/+25
* handle duplex properly in the AIOGCAP ioctl - this may (partially?) fix ratcg2000-06-071-0/+2
* improve recordingcg2000-06-061-17/+27
* don't panic if we try to add a channel we said we wouldn'tcg2000-06-061-2/+9
* if a device has no play or no record channels, set its simplex flag.cg2000-06-011-0/+3
* fix the return value of the SOUND_PCM_WRITE_CHANNELS ioctlcg2000-05-271-3/+7
* move various fields from pcm_channel to snd_dbufcg2000-05-263-174/+210
* if we have a codec init routine, fail the attach if init failscg2000-05-261-3/+7
* handle emulated dma readscg2000-05-261-0/+1
* 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
* fix the 100% cpu in xmms issuecg2000-05-041-1/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* duh, i forgot to change a bitmask, sorry alexandercg2000-04-261-1/+1
* fix minor numbers for multi-channel devicescg2000-04-261-8/+6
* implement settrigger according to speccg2000-04-233-27/+40
* more mmap fixescg2000-04-173-35/+30
* make mmap sort-of work. there seem to be interactions with certain hwcg2000-04-155-154/+172
* make poll() dtrt, previously when playing it would trigger if there was lesscg2000-04-051-2/+2
* allow /dev/dsp to be opened seperately for reading and writing.cg2000-04-053-11/+27
* try increasing 2ndbuffer size to 64kcg2000-04-051-1/+1
* fail in attach if we seem to have no ac97 codeccg2000-04-011-3/+8
* don't check extended features on codecs known to hang. should fix neomagiccg2000-03-241-16/+26
* update the ac97 layer:cg2000-03-204-63/+186
* add a function to reinitialize the mixer, to be called by drivers oncg2000-03-202-0/+14
* Spelling mistaken_hibma2000-03-151-1/+1
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-131-3/+3
* Tidy up stray or bogus #if NFOO > 0 and #include "foo.h".peter2000-01-291-2/+0
* Remove a rather bizzare set of #ifdefs and #defines that all worked outpeter2000-01-291-10/+0
* handle simplex devices rightcg2000-01-261-1/+1
* kludge to fix the end-of-sample repeating bug. i don't know why it happens;cg2000-01-181-5/+9
* update ac97 layer to use device_printf when printing messagescg2000-01-182-5/+8
OpenPOWER on IntegriCloud