| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 7 | -12/+15 |
* | Some SB128's (ES1371) have a different PCI vendor id. Vendor == 0x3274 | peter | 2000-01-17 | 1 | -2/+5 |
* | fix missing \n in sndstat output | cg | 2000-01-16 | 1 | -1/+1 |
* | oops, best play format was set to unsigned 16 bit instead of signed 16 bit | cg | 2000-01-16 | 1 | -1/+1 |
* | attach to non-ac97 neomagic chips and hope that ac97 ones do not have the | cg | 2000-01-13 | 1 | -0/+6 |
* | be less verbose | cg | 2000-01-13 | 1 | -3/+5 |
* | Add support for detection of the ESS 1878 chip. | deischen | 2000-01-12 | 1 | -0/+1 |
* | exclude chips with subdevices specified on a list of non-ac97 chips | cg | 2000-01-11 | 1 | -2/+24 |
* | make dsp_read() assert that it has a read channel, not a write channel | cg | 2000-01-10 | 1 | -2/+2 |
* | don't complain about bad intrs unless we get 1000 of them consecutively | cg | 2000-01-10 | 1 | -3/+4 |
* | general tidyup | cg | 2000-01-10 | 3 | -486/+663 |
* | return the sample rate set instead of 0. oops. mpg123 should now work. | cg | 2000-01-10 | 1 | -1/+1 |
* | fix the premature termination of playback | cg | 2000-01-09 | 1 | -1/+1 |
* | driver for neomagic 256av and 256zx | cg | 2000-01-09 | 3 | -0/+5393 |
* | modify sndstat output | cg | 2000-01-09 | 1 | -4/+12 |
* | allow mixer-only devices - ie, devices with no play/rec channels | cg | 2000-01-06 | 1 | -15/+25 |
* | don't panic if channel init fails, report and fail gracefully | cg | 2000-01-05 | 2 | -3/+10 |
* | argh, forgot the bus_dma_tag_creates. | cg | 2000-01-05 | 5 | -4/+8 |
* | set up the pci regs properly for busmastering. this makes the card work on | cg | 2000-01-05 | 1 | -0/+3 |
* | allocate isa bounce buffers of the right size for ess/mss cards, fixes | cg | 2000-01-05 | 4 | -8/+14 |
* | Do not start/stop DMA transfer if it is already started/stopped. | tanimura | 2000-01-03 | 1 | -22/+41 |
* | - Handle an interrupt for csa primarily in the bridge driver, | tanimura | 2000-01-03 | 4 | -56/+195 |
* | revert buffer size to 64k | cg | 2000-01-01 | 1 | -1/+2 |
* | Correct the delay durations as in the sample sources provided by Crystal Semi... | tanimura | 2000-01-01 | 1 | -4/+4 |
* | Attach the CS4610 PCI / CS4239 setup in isa compatability mode as CSC0100. | peter | 1999-12-30 | 1 | -0/+2 |
* | make ess cards use a 64k buffer again, by implementing esschan_init() | cg | 1999-12-30 | 3 | -18/+39 |
* | make es1373 chips with ac97 2.1 work on troublesome motherboards | cg | 1999-12-29 | 1 | -19/+25 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -5/+5 |
* | - latest 2ndbuffer patch | cg | 1999-12-29 | 14 | -200/+486 |
* | Fix a mistake in the PNP EISA-encoding of the Avance ALS120 id. | peter | 1999-12-26 | 1 | -1/+1 |
* | Don't pass u_int32_t pointers to BUS_READ_IVAR since it tends to make | dfr | 1999-12-24 | 3 | -9/+9 |
* | Collapse a bunch of unused MD_CS42nn tags into a single one. This saves | peter | 1999-12-21 | 1 | -89/+36 |
* | Tidy up a few loose ends, including adding the pnp tags in comments. | peter | 1999-12-21 | 1 | -21/+19 |
* | Remove #if NISA > 0 - this is best done by the configuration process. | peter | 1999-12-21 | 1 | -13/+0 |
* | minor cleanup | cg | 1999-12-21 | 2 | -34/+20 |
* | don't use the sbpro mic vol register during init on ess cards; it causes | cg | 1999-12-21 | 3 | -3/+6 |
* | minor cosmetics | cg | 1999-12-20 | 4 | -9/+5 |
* | make marcel's onboard ess1888 work | cg | 1999-12-20 | 1 | -1/+1 |
* | allow (broken) apps to use mixer ioctls on dsp devices. eg: vmware | cg | 1999-12-20 | 1 | -1/+4 |
* | stop playing if we underrun; if there is more data to come, the next write | cg | 1999-12-19 | 1 | -0/+2 |
* | note to self: vibra16c is not vibra16x | cg | 1999-12-19 | 1 | -10/+7 |
* | fix for ess cards to use auto-init dma mode, so they work | cg | 1999-12-19 | 3 | -12/+12 |
* | remove unused mixer stuff | cg | 1999-12-19 | 2 | -104/+1 |
* | general tidyup | cg | 1999-12-19 | 2 | -325/+298 |
* | move make_dev operations for audio channels to pcm_addchan(). in theory, | cg | 1999-12-19 | 1 | -10/+11 |
* | fix a bug in sndstat output, tidy up a few bits | cg | 1999-12-19 | 1 | -6/+4 |
* | generalise the code a bit, and add an irq handler so that the child devices | cg | 1999-12-19 | 1 | -38/+134 |
* | remove the restriction limiting the vibra16x to 8 bit | cg | 1999-12-19 | 3 | -6/+6 |
* | make vibra16x cards announce what they are in /dev/sndstat | cg | 1999-12-18 | 3 | -6/+9 |