summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Collapse a bunch of unused MD_CS42nn tags into a single one. This savespeter1999-12-211-89/+36
* Tidy up a few loose ends, including adding the pnp tags in comments.peter1999-12-211-21/+19
* Remove #if NISA > 0 - this is best done by the configuration process.peter1999-12-211-13/+0
* minor cleanupcg1999-12-212-34/+20
* don't use the sbpro mic vol register during init on ess cards; it causescg1999-12-213-3/+6
* minor cosmeticscg1999-12-204-9/+5
* make marcel's onboard ess1888 workcg1999-12-201-1/+1
* allow (broken) apps to use mixer ioctls on dsp devices. eg: vmwarecg1999-12-201-1/+4
* stop playing if we underrun; if there is more data to come, the next writecg1999-12-191-0/+2
* note to self: vibra16c is not vibra16xcg1999-12-191-10/+7
* fix for ess cards to use auto-init dma mode, so they workcg1999-12-193-12/+12
* remove unused mixer stuffcg1999-12-192-104/+1
* general tidyupcg1999-12-192-325/+298
* move make_dev operations for audio channels to pcm_addchan(). in theory,cg1999-12-191-10/+11
* fix a bug in sndstat output, tidy up a few bitscg1999-12-191-6/+4
* generalise the code a bit, and add an irq handler so that the child devicescg1999-12-191-38/+134
* remove the restriction limiting the vibra16x to 8 bitcg1999-12-193-6/+6
* make vibra16x cards announce what they are in /dev/sndstatcg1999-12-183-6/+9
* fix the buffer repetition on ^c problemcg1999-12-181-12/+9
* make the vibra16x work for playback at least, record is untestedcg1999-12-185-45/+75
* Correct the logical ID of Avance Asound 110.tanimura1999-12-181-1/+1
* more dma underrun fixes, using a per-channel 2nd buffercg1999-12-134-87/+257
* make sb dependant on sbccg1999-12-125-1216/+636
* move channel-swapping support to the hardware driver since it knows the cardcg1999-12-124-12/+11
* increase buffer size, reduce number of channels allocated since we only usecg1999-12-122-8/+8
* Make the origins clear.tanimura1999-12-104-0/+15
* Reckognize the 'Avance Asound 100'billf1999-12-073-0/+12
* Update for pnp adjustments regarding NPNP.peter1999-12-0615-112/+6
* conditionalise some warning messagescg1999-12-051-11/+12
* fix dma underrun issuescg1999-12-056-90/+155
* Add the logical ID of ViBRA16CL PNP on Micron Millenium II motherboards.tanimura1999-12-041-0/+1
* Call ISA_PNP_PROBE() to probe PnP cards, rather than matchtanimura1999-12-041-119/+59
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-033-10/+24
* Add ESS1879.dfr1999-11-303-0/+12
* tanimura implemented SNDCTL_DSP_GETODELAY for pcm.alfred1999-11-291-0/+10
* Disable on x86 since it conflicts with PNPBIOS.dfr1999-11-271-0/+5
* Add another vendor ID(CTL0048) for SB32 PnP.tanimura1999-11-271-0/+2
* Add id for ESS 1869 OEM to Compaq on Presario 1621.dcs1999-11-263-0/+3
* Attach the resources as given in the configuration in a proper waytanimura1999-11-251-14/+46
* fix panic for large writes in non-blocking modecg1999-11-221-3/+6
* fix mixer to return properly scaled valuescg1999-11-221-0/+3
* Comment out the newmidi stuff.tanimura1999-11-221-0/+4
* - Introduce the bridge drivers for Sound Blaser, GUS and Crystaltanimura1999-11-2212-64/+8620
* fix for -fno-builtincg1999-11-213-4/+6
* repo-copied to make way for newmidi, this commit updates include pathscg1999-11-2017-33/+33
* Rename es1370.c to es137x.c and merge in the patches to supportroger1999-11-191-17/+390
* this is a full fix for writes not aligned to the sample size selected.cg1999-11-153-22/+39
* set default ogain to 50 since some sb cards produce no sound at 0cg1999-11-151-0/+1
* Fix a typo in the DRIVER_MODULE() declaration which caused a collisionpeter1999-11-151-1/+1
* Remove duplicate entry for ADS7180 - it's meant to be handled by thepeter1999-11-151-4/+0
OpenPOWER on IntegriCloud