summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some printfs and make it slightly more paranoid about acceptingdfr1999-11-151-13/+12
* * Ignore the wierd fakechan workarounds for simplex in dsp_ioctl().dfr1999-11-136-49/+274
* Conserve stereo mode in ioctl SNDCTL_DSP_SETFMT.tanimura1999-11-071-3/+3
* The unit of sndstat is fixed to zero.tanimura1999-11-061-1/+1
* Fix for multiple pcm devices.tanimura1999-11-031-10/+10
* Call make_dev() to shut up the warning.tanimura1999-11-011-1/+12
* The total uiomoved size is accumulated in c, not tmp.tanimura1999-10-311-2/+2
* The CTL0044 is more properly known as a "Creative SB AWE64 Gold".obrien1999-10-163-0/+9
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-124-14/+11
* Bring support for opti931 in from the old driver.dfr1999-10-121-5/+32
* Make interrupts shareable with RF_SHAREABLE. This is untested, butimp1999-10-091-1/+1
* Allow interrupt sharing by allocating the interrupt RF_SHAREABLE.imp1999-10-091-1/+1
* Detect CTL0044 & CTL0045 as "Creative AWE64 PnP" rather than "SB16 PnP".obrien1999-10-033-3/+12
* Add ID for ESS ES1869.dfr1999-09-293-0/+12
* * add a non-reset device- will not reset the channel on open. youcg1999-09-287-26/+53
* add a missing blank linecg1999-09-283-3/+6
* seperate the ad1816 driver from the mss driver since it shares no codecg1999-09-284-411/+707
* Add another ID for the AWE64.dfr1999-09-283-0/+3
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Fix the "dsp sync" debugging printf that was unconditional. Fix a fewpeter1999-09-191-7/+7
* Make sure that opti931's and guspnp's use the right offset from their ports.dfr1999-09-101-0/+2
* fix a bug with cat >/dev/{dsp,dspW,audio} hangingcg1999-09-081-1/+2
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-074-11/+12
* $Id$ -> $FreeBSD$peter1999-09-053-3/+3
* incorporate better ess supportcg1999-09-043-210/+831
* handle uiomove better in feed_rootcg1999-09-041-6/+9
* bugfix: deallocate channels properly if no read/write ops between open/closecg1999-09-041-1/+2
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-011-1/+3
* $Id$ -> $FreeBSD$peter1999-09-0124-24/+24
* say hello to newpcm. it is not yet enabled, requiring new pnp code from dfrcg1999-09-0119-0/+5564
* mss and sb drivers updated for newpcmcg1999-09-016-5771/+4725
* Add support for ASound Gold card using the ALS120roger1999-05-273-12/+24
OpenPOWER on IntegriCloud