| Commit message (Expand) | Author | Age | Files | Lines |
* | Augment /dev/sndstat with the module names, if applicable. | matk | 2004-03-06 | 1 | -2/+3 |
* | update my email address. | cg | 2003-09-07 | 1 | -1/+1 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -2/+3 |
* | - Clean up ISA DMA supports. | nyan | 2003-02-07 | 1 | -3/+5 |
* | Do not return(foo()) in void function. | semenu | 2002-12-18 | 1 | -1/+1 |
* | Fix code that had rotted behind debugging macros. | scottl | 2002-01-25 | 1 | -1/+1 |
* | use mixer channel numbers, not channel masks- this should fix sb/sbpro mixer | cg | 2001-10-07 | 1 | -10/+10 |
* | allow the hardware buffer size to be controlled with hints | cg | 2001-09-29 | 1 | -9/+9 |
* | many changes: | cg | 2001-08-23 | 1 | -3/+3 |
* | Use the M_ZERO flag to malloc(9) | greid | 2001-06-21 | 1 | -2/+1 |
* | use a global devclass for all drivers - i'm not entirely sure why this | cg | 2001-06-16 | 1 | -2/+0 |
* | mega-commit. | cg | 2001-03-24 | 1 | -25/+43 |
* | update code dealing with snd_dbuf objects to do so using a functional interface | cg | 2000-12-23 | 1 | -10/+12 |
* | kobjify. | cg | 2000-12-18 | 1 | -64/+40 |
* | split up sb16 and sb/sbpro drivers | cg | 2000-10-28 | 1 | -441/+294 |
* | add reinit functions to mixers | cg | 2000-10-26 | 1 | -0/+1 |
* | detach support | cg | 2000-09-09 | 1 | -5/+26 |
* | change mixer api slightly | cg | 2000-09-01 | 1 | -6/+14 |
* | rework feeder sytem to allow feeders in klds | cg | 2000-08-20 | 1 | -22/+29 |
* | add module metadata. this is a hack, sound drivers will eventually present a | cg | 2000-07-03 | 1 | -1/+4 |
* | Unused include: #include "sbc.h" | peter | 2000-06-10 | 1 | -2/+0 |
* | handle emulated dma reads | cg | 2000-05-26 | 1 | -1/+1 |
* | split up ess and sb code | cg | 2000-03-28 | 1 | -317/+13 |
* | Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags. | phk | 2000-03-13 | 1 | -2/+2 |
* | fix ess end-of-buffer repeating | cg | 2000-02-14 | 1 | -6/+2 |
* | general tidyup | cg | 2000-01-10 | 1 | -162/+221 |
* | argh, forgot the bus_dma_tag_creates. | cg | 2000-01-05 | 1 | -1/+2 |
* | allocate isa bounce buffers of the right size for ess/mss cards, fixes | cg | 2000-01-05 | 1 | -2/+4 |
* | make ess cards use a 64k buffer again, by implementing esschan_init() | cg | 1999-12-30 | 1 | -6/+13 |
* | - latest 2ndbuffer patch | cg | 1999-12-29 | 1 | -0/+2 |
* | Don't pass u_int32_t pointers to BUS_READ_IVAR since it tends to make | dfr | 1999-12-24 | 1 | -3/+3 |
* | don't use the sbpro mic vol register during init on ess cards; it causes | cg | 1999-12-21 | 1 | -1/+2 |
* | minor cosmetics | cg | 1999-12-20 | 1 | -1/+0 |
* | fix for ess cards to use auto-init dma mode, so they work | cg | 1999-12-19 | 1 | -4/+4 |
* | remove the restriction limiting the vibra16x to 8 bit | cg | 1999-12-19 | 1 | -2/+2 |
* | make vibra16x cards announce what they are in /dev/sndstat | cg | 1999-12-18 | 1 | -2/+3 |
* | make the vibra16x work for playback at least, record is untested | cg | 1999-12-18 | 1 | -6/+12 |
* | make sb dependant on sbc | cg | 1999-12-12 | 1 | -356/+93 |
* | Reckognize the 'Avance Asound 100' | billf | 1999-12-07 | 1 | -0/+4 |
* | Update for pnp adjustments regarding NPNP. | peter | 1999-12-06 | 1 | -8/+0 |
* | Add ESS1879. | dfr | 1999-11-30 | 1 | -0/+4 |
* | Add id for ESS 1869 OEM to Compaq on Presario 1621. | dcs | 1999-11-26 | 1 | -0/+1 |
* | - Introduce the bridge drivers for Sound Blaser, GUS and Crystal | tanimura | 1999-11-22 | 1 | -20/+65 |
* | repo-copied to make way for newmidi, this commit updates include paths | cg | 1999-11-20 | 1 | -2/+2 |
* | * Ignore the wierd fakechan workarounds for simplex in dsp_ioctl(). | dfr | 1999-11-13 | 1 | -16/+28 |
* | The CTL0044 is more properly known as a "Creative SB AWE64 Gold". | obrien | 1999-10-16 | 1 | -0/+3 |
* | * Add struct resource_list* argument to resource_list_alloc and | dfr | 1999-10-12 | 1 | -4/+3 |
* | Detect CTL0044 & CTL0045 as "Creative AWE64 PnP" rather than "SB16 PnP". | obrien | 1999-10-03 | 1 | -1/+4 |
* | Add ID for ESS ES1869. | dfr | 1999-09-29 | 1 | -0/+4 |
* | add a missing blank line | cg | 1999-09-28 | 1 | -1/+2 |