summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Nuke a cryptic and useless diagnostic printf().truckman2004-06-071-1/+0
* Make the emu10k1 pcm driver INTR_MPSAFE. The locking is modeledmux2004-06-041-28/+46
* Axe the old midi drivers and framework. matk has developed a newtanimura2004-06-0117-12371/+0
* Devclass have to be shared with same 'pcm' devclass, ortakawata2004-05-311-1/+0
* Add PCI ID for via 8237.matk2004-05-261-0/+4
* Remove extraneous spaces.truckman2004-05-131-1/+1
* Implement sbc_lockassert() and sb_lockassert() functions to allowtruckman2004-05-133-3/+19
* Add support CS4294sanpei2004-05-081-0/+1
* Don't do malloc(M_WAITOK) for sound buffers while locks are held.green2004-04-291-1/+1
* This driver certainly works fine turning INTR_MPSAFE back on. For thosegreen2004-04-211-1/+1
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-1414-22/+17
* By default, ich4 has NAMBAR and NABMBAR i/o spaces asmatk2004-03-311-1/+12
* Actually program the list of recording devices in sv_mix_setrecsrc().marcel2004-03-201-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-1729-135/+169
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-0624-44/+58
* Create a new mutex type for virtual channels. This allows us to gettruckman2004-02-284-29/+24
* Lock channels only as necessary in dsp_ioctl(), and only lock onetruckman2004-02-281-65/+173
* Device megapatch 5/6:phk2004-02-211-1/+1
* Device megapatch 4/6:phk2004-02-215-0/+10
* Fix a glitch in my last commit and revert to using selwakeupprimatk2004-02-201-1/+1
* Fix a long-standing bug where select on vchans doesn't workmatk2004-02-191-3/+13
* 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
OpenPOWER on IntegriCloud