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