summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm
Commit message (Expand)AuthorAgeFilesLines
* Do the dreaded s/dev_t/struct cdev */phk2004-06-165-36/+36
* Nuke a cryptic and useless diagnostic printf().truckman2004-06-071-1/+0
* 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
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-141-8/+3
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-0/+6
* 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 4/6:phk2004-02-213-0/+6
* 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
* 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-175-55/+170
* 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-112-83/+88
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Recognize the Avance Logic ALC655 codec found on some ICH4/5-baseddes2003-10-121-0/+1
* update my email address.cg2003-09-0719-20/+20
* Add Creative EV1938.orion2003-08-291-0/+2
* When present use ogain instead of master for surround sound channels.orion2003-08-231-14/+14
* Fix an off-by-one error in feed_monotostereo16() that caused theiedowse2003-08-231-1/+1
* 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
* 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
* Set a lower bound on fragment size rather than returning a failuremdodd2003-06-261-4/+2
* Fix lock order reversal when opening device and chn_reset fails.orion2003-05-011-5/+4
* Comment out the mixer entry for igain for the mic 20dB boost for now sincejhb2003-04-231-0/+2
* Add eMicro codec ids.orion2003-04-211-1/+4
* Use SOUND_MIXER_IGAIN to toggle 20dB mic boost for want of a betterorion2003-04-211-18/+50
* Additional malloc failure checks.orion2003-04-203-4/+15
* Additional codec ids.orion2003-04-041-0/+6
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Correct vendor id for ALC101.orion2003-03-201-1/+1
* Correct CS4205 base vendor id.orion2003-03-121-1/+1
* Back out last commit, which is fine in theory, but ignores the factorion2003-03-053-7/+7
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-033-39/+19
* o Move vendor ids into separate table.orion2003-02-281-62/+139
* Add the ID for the CS4205 codec found in Dell laptops. Obtained fromscottl2003-02-271-0/+1
OpenPOWER on IntegriCloud