aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* attach to non-ac97 neomagic chips and hope that ac97 ones do not have theCameron Grant2000-01-131-0/+6
* be less verboseCameron Grant2000-01-131-3/+5
* Add support for detection of the ESS 1878 chip.Daniel Eischen2000-01-121-0/+1
* exclude chips with subdevices specified on a list of non-ac97 chipsCameron Grant2000-01-111-2/+24
* make dsp_read() assert that it has a read channel, not a write channelCameron Grant2000-01-101-2/+2
* don't complain about bad intrs unless we get 1000 of them consecutivelyCameron Grant2000-01-101-3/+4
* general tidyupCameron Grant2000-01-103-486/+663
* return the sample rate set instead of 0. oops. mpg123 should now work.Cameron Grant2000-01-101-1/+1
* fix the premature termination of playbackCameron Grant2000-01-091-1/+1
* driver for neomagic 256av and 256zxCameron Grant2000-01-093-0/+5393
* modify sndstat outputCameron Grant2000-01-091-4/+12
* allow mixer-only devices - ie, devices with no play/rec channelsCameron Grant2000-01-061-14/+24
* don't panic if channel init fails, report and fail gracefullyCameron Grant2000-01-052-3/+10
* argh, forgot the bus_dma_tag_creates.Cameron Grant2000-01-055-4/+8
* set up the pci regs properly for busmastering. this makes the card work onCameron Grant2000-01-051-0/+3
* allocate isa bounce buffers of the right size for ess/mss cards, fixesCameron Grant2000-01-054-8/+14
* Do not start/stop DMA transfer if it is already started/stopped.Seigo Tanimura2000-01-031-22/+41
* - Handle an interrupt for csa primarily in the bridge driver,Seigo Tanimura2000-01-034-56/+195
* revert buffer size to 64kCameron Grant2000-01-011-1/+2
* Correct the delay durations as in the sample sources provided by Crystal Semi...Seigo Tanimura2000-01-011-4/+4
* Attach the CS4610 PCI / CS4239 setup in isa compatability mode as CSC0100.Peter Wemm1999-12-301-0/+2
* make ess cards use a 64k buffer again, by implementing esschan_init()Cameron Grant1999-12-303-18/+39
* make es1373 chips with ac97 2.1 work on troublesome motherboardsCameron Grant1999-12-291-19/+25
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-5/+5
* - latest 2ndbuffer patchCameron Grant1999-12-2914-200/+486
* Fix a mistake in the PNP EISA-encoding of the Avance ALS120 id.Peter Wemm1999-12-261-1/+1
* Don't pass u_int32_t pointers to BUS_READ_IVAR since it tends to makeDoug Rabson1999-12-243-9/+9
* Collapse a bunch of unused MD_CS42nn tags into a single one. This savesPeter Wemm1999-12-211-89/+36
* Tidy up a few loose ends, including adding the pnp tags in comments.Peter Wemm1999-12-211-19/+17
* Remove #if NISA > 0 - this is best done by the configuration process.Peter Wemm1999-12-211-13/+0
* minor cleanupCameron Grant1999-12-212-34/+20
* don't use the sbpro mic vol register during init on ess cards; it causesCameron Grant1999-12-213-3/+6
* minor cosmeticsCameron Grant1999-12-204-9/+5
* make marcel's onboard ess1888 workCameron Grant1999-12-201-1/+1
* allow (broken) apps to use mixer ioctls on dsp devices. eg: vmwareCameron Grant1999-12-201-1/+4
* stop playing if we underrun; if there is more data to come, the next writeCameron Grant1999-12-191-0/+2
* note to self: vibra16c is not vibra16xCameron Grant1999-12-191-10/+7
* fix for ess cards to use auto-init dma mode, so they workCameron Grant1999-12-193-12/+12
* remove unused mixer stuffCameron Grant1999-12-192-104/+1
* general tidyupCameron Grant1999-12-192-316/+289
* move make_dev operations for audio channels to pcm_addchan(). in theory,Cameron Grant1999-12-191-10/+11
* fix a bug in sndstat output, tidy up a few bitsCameron Grant1999-12-191-6/+4
* generalise the code a bit, and add an irq handler so that the child devicesCameron Grant1999-12-191-38/+134
* remove the restriction limiting the vibra16x to 8 bitCameron Grant1999-12-193-6/+6
* make vibra16x cards announce what they are in /dev/sndstatCameron Grant1999-12-183-6/+9
* fix the buffer repetition on ^c problemCameron Grant1999-12-181-12/+9
* make the vibra16x work for playback at least, record is untestedCameron Grant1999-12-185-45/+75
* Correct the logical ID of Avance Asound 110.Seigo Tanimura1999-12-181-1/+1
* more dma underrun fixes, using a per-channel 2nd bufferCameron Grant1999-12-134-87/+257
* make sb dependant on sbcCameron Grant1999-12-125-1209/+629