summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Add dependency to snd_via8233mr2004-01-291-0/+1
* Change KASSERT() in feed_vchan16() into an explicit test and call totruckman2004-01-288-140/+245
* Fix a panic in dsp_clone when trying to access a soundmatk2004-01-251-0/+3
* Sync with DFBSD v.1.16. Add new codecs IDs, fix some spelling.matk2004-01-231-3/+21
* Reduce latency when using the SNDCTL_DSP_RESET ioctl by callingmatk2004-01-201-2/+10
* Fix a panic when kldloading a sound driver. Do this by replacing thematk2004-01-205-217/+95
* As previously announced: discontinue use of makedev() call in soundcode.phk2004-01-176-56/+171
* Specify the right location of the generated header.obrien2004-01-121-1/+1
* Add Audigy support.obrien2004-01-111-93/+521
* Remove EMUDEBUG [un]def. This should be done in the Makefile.obrien2004-01-111-1/+0
* Sync with Creative's 8010.h rev 1.51.obrien2004-01-091-0/+7
* The last argument to mtx_init() should be MTX_DEF, not 0. This is not atruckman2003-12-082-2/+2
* Fix some locking violations by creating seperate mutex classesmatk2003-12-051-3/+6
* Fix a panic due to holding a lock over calls to uiomove.matk2003-11-273-30/+39
* Add ID for ALC658 CODEC.kuriyama2003-11-111-0/+1
* Fix sound LOR problems:scottl2003-11-113-108/+113
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-092-3/+3
* Don't attempt to destroy the driver mutex when it hasn't yetdeischen2003-10-291-1/+1
* Recognize the Avance Logic ALC655 codec found on some ICH4/5-baseddes2003-10-121-0/+1
* A couple of months' worth of back-burner hacking: restructure to betterdes2003-10-122-89/+189
* Fixed world breakage in previous commit. Somehow the wrong include wasbde2003-09-171-1/+1
* Don't include another driver's private reg.h file (sioreg.h). Includingbde2003-09-162-2/+0
* Correctly reset ich[3-5] sound cards on resume. This fixes audio playbacknjl2003-09-151-0/+30
* update my email address.cg2003-09-0736-37/+37
* Recognize the sound chip on the Opteron-based nForce3 motherboardsobrien2003-09-031-0/+4
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-0219-41/+41
* Add Creative SB AudioPCI CT4730 rev A.orion2003-08-291-2/+18
* Add Creative EV1938.orion2003-08-291-0/+2
* Add sound support for the AMD64 8111 chip.obrien2003-08-281-0/+4
* When present use ogain instead of master for surround sound channels.orion2003-08-231-14/+14
* When calculating the block size to use for a particular sample rate,iedowse2003-08-231-4/+6
* Fix an off-by-one error in feed_monotostereo16() that caused theiedowse2003-08-231-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-2221-43/+43
* Additional VT1616 id.orion2003-08-211-1/+1
* Apply Rudolf Cejka's patch for:orion2003-08-212-47/+42
* Add patch for AD198x.orion2003-08-212-0/+7
* handle locking when creating or destroying vchans bettercg2003-08-182-38/+104
* try to make really sshort sounds actually playcg2003-08-181-16/+43
* modify commentscg2003-08-151-3/+11
* disable resume code implementing panic().cg2003-08-141-1/+6
* Switch from legacy to native mode for ICH4 and ICH5.orion2003-08-102-21/+22
* Change gcc-specific aggregate initialization member specifiersdds2003-08-052-12/+12
* * add a function to display a complete feeder chain on the console, forcg2003-07-072-1/+18
* * support ich5cg2003-07-061-9/+14
* * add support for amd-768 audio, as used on many dual athlon boards. onlycg2003-07-061-19/+23
* Mega busdma API commit.scottl2003-07-0124-28/+56
* Set a lower bound on fragment size rather than returning a failuremdodd2003-06-261-4/+2
* Add (but do not connect) a half-finished driver for Aureal Vortex cards.des2003-06-012-0/+811
* Fix lock order reversal when opening device and chn_reset fails.orion2003-05-011-5/+4
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
OpenPOWER on IntegriCloud