| Commit message (Expand) | Author | Age | Files | Lines |
* | change mixer api slightly | cg | 2000-09-01 | 9 | -88/+276 |
* | make the test for hwptr going backwards more picky- now it only triggers if | cg | 2000-08-29 | 1 | -1/+1 |
* | add devfs support. when devfs is enabled, sysctl hw.sndunit is used to set | cg | 2000-08-29 | 1 | -1/+65 |
* | rework feeder sytem to allow feeders in klds | cg | 2000-08-20 | 8 | -141/+395 |
* | fix SNDCTL_DSP_GETODELAY | cg | 2000-08-19 | 1 | -1/+2 |
* | MFS: module macro changes | cg | 2000-08-09 | 1 | -8/+0 |
* | MFS: sync with peter's isadma fixup | cg | 2000-08-09 | 1 | -4/+6 |
* | warn if hwptr goes backwards | cg | 2000-08-09 | 2 | -1/+8 |
* | Simplex devices will always report EBUSY on 2nd (and subsequent) | nsayer | 2000-08-02 | 1 | -1/+1 |
* | fix a potential local DoS attack | cg | 2000-07-30 | 2 | -2/+13 |
* | fix a bug where opening /dev/dsp twice resulted in it being busy until reboot | cg | 2000-07-30 | 1 | -0/+3 |
* | make this file suitable for 4-stable as well as 5-current | cg | 2000-07-18 | 1 | -0/+11 |
* | Finally merge newmidi. | tanimura | 2000-07-11 | 1 | -0/+1 |
* | add module metadata. this is a hack, sound drivers will eventually present a | cg | 2000-07-03 | 2 | -0/+8 |
* | add record channel irq timeouts too | cg | 2000-06-20 | 1 | -2/+12 |
* | fix a bug where opening for write would not fail if channel allocation failed | cg | 2000-06-20 | 5 | -11/+30 |
* | make mixer reads return the value written instead of the value set | cg | 2000-06-19 | 1 | -1/+1 |
* | replace a line erroneously removed in 1.28, should fix xmms | cg | 2000-06-17 | 1 | -3/+5 |
* | handle closing differently - should fix the end-of-sample cutoff bug | cg | 2000-06-13 | 1 | -22/+25 |
* | handle duplex properly in the AIOGCAP ioctl - this may (partially?) fix rat | cg | 2000-06-07 | 1 | -0/+2 |
* | improve recording | cg | 2000-06-06 | 1 | -17/+27 |
* | don't panic if we try to add a channel we said we wouldn't | cg | 2000-06-06 | 1 | -2/+9 |
* | if a device has no play or no record channels, set its simplex flag. | cg | 2000-06-01 | 1 | -0/+3 |
* | fix the return value of the SOUND_PCM_WRITE_CHANNELS ioctl | cg | 2000-05-27 | 1 | -3/+7 |
* | move various fields from pcm_channel to snd_dbuf | cg | 2000-05-26 | 3 | -174/+210 |
* | if we have a codec init routine, fail the attach if init fails | cg | 2000-05-26 | 1 | -3/+7 |
* | handle emulated dma reads | cg | 2000-05-26 | 1 | -0/+1 |
* | Supported the mss on PC-98 and Sound Blaster 98. | nyan | 2000-05-19 | 1 | -2/+0 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | fix the 100% cpu in xmms issue | cg | 2000-05-04 | 1 | -1/+0 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 1 | -1/+0 |
* | duh, i forgot to change a bitmask, sorry alexander | cg | 2000-04-26 | 1 | -1/+1 |
* | fix minor numbers for multi-channel devices | cg | 2000-04-26 | 1 | -8/+6 |
* | implement settrigger according to spec | cg | 2000-04-23 | 3 | -27/+40 |
* | more mmap fixes | cg | 2000-04-17 | 3 | -35/+30 |
* | make mmap sort-of work. there seem to be interactions with certain hw | cg | 2000-04-15 | 5 | -154/+172 |
* | make poll() dtrt, previously when playing it would trigger if there was less | cg | 2000-04-05 | 1 | -2/+2 |
* | allow /dev/dsp to be opened seperately for reading and writing. | cg | 2000-04-05 | 3 | -11/+27 |
* | try increasing 2ndbuffer size to 64k | cg | 2000-04-05 | 1 | -1/+1 |
* | fail in attach if we seem to have no ac97 codec | cg | 2000-04-01 | 1 | -3/+8 |
* | don't check extended features on codecs known to hang. should fix neomagic | cg | 2000-03-24 | 1 | -16/+26 |
* | update the ac97 layer: | cg | 2000-03-20 | 4 | -63/+186 |
* | add a function to reinitialize the mixer, to be called by drivers on | cg | 2000-03-20 | 2 | -0/+14 |
* | Spelling mistake | n_hibma | 2000-03-15 | 1 | -1/+1 |
* | Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags. | phk | 2000-03-13 | 1 | -3/+3 |
* | Tidy up stray or bogus #if NFOO > 0 and #include "foo.h". | peter | 2000-01-29 | 1 | -2/+0 |
* | Remove a rather bizzare set of #ifdefs and #defines that all worked out | peter | 2000-01-29 | 1 | -10/+0 |
* | handle simplex devices right | cg | 2000-01-26 | 1 | -1/+1 |
* | kludge to fix the end-of-sample repeating bug. i don't know why it happens; | cg | 2000-01-18 | 1 | -5/+9 |
* | update ac97 layer to use device_printf when printing messages | cg | 2000-01-18 | 2 | -5/+8 |