summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Appropriate NULL pointer checking to avoid mysterious panic duringariff2005-11-032-2/+2
* Add some safeguards to AIOSFMT:des2005-10-301-2/+8
* Fix vchan speed for hardware with discrete (non-continuous)ariff2005-10-181-6/+24
* Added missing comma. This fixes compilation if we need to enableariff2005-10-181-1/+1
* - Locking improvements.netchild2005-10-053-22/+47
* Add a comment regarding problems with NForce 2 mainboards and add disablednetchild2005-10-051-0/+5
* * Fixed rate operation for es1370 chip to solve conflictingnetchild2005-10-021-118/+222
* Emulate pcm mixer controller for any uaudio device without it.netchild2005-10-021-0/+9
* The cmi9739_patch function which is referenced by ac97.c (rev. 1.56) now...netchild2005-10-022-0/+11
* sys/dev/sound/pcm/sndstat.c:netchild2005-10-023-51/+42
* General spl* cleanup. It doesn't serve any purpose anymore.netchild2005-10-021-34/+1
* sys/dev/sound/pcm/ac97.c:netchild2005-10-024-19/+112
* Soft volume implementation for audio devices without pcm mixer controller.netchild2005-10-021-0/+78
* Add the KLD to the sndstat info.netchild2005-09-181-1/+1
* Merge NetBSD fixes (except for 1.97 there should be no functional change):netchild2005-09-181-185/+237
* Fix module unload panic which was caused by missing sx lock release.yongari2005-09-141-1/+5
* Unlock driver lock before calling resource_int_value(9).yongari2005-09-131-0/+3
* - Fix the locking in dsp.c to prevent a LOR (AFAIK not on the LOR page).netchild2005-09-122-5/+3
* more #ifndef PC98. This really fix the pc98 tinderbox.nyan2005-09-121-0/+4
* Since opti_detect is now only called on !PC98 machines, only declareimp2005-09-121-0/+4
* Fix hang at init for MagicMedia 256A[VX] chips. [1]netchild2005-09-111-0/+9
* Power up the external amplifiers additionally to powering up the DAC and ADC.netchild2005-09-111-0/+8
* Add some ad_wait_init() calls to fix some problems in some configs (e.g.netchild2005-09-111-1/+5
* Allow to record non 8bit-mono formats even in half-duplex configurations.netchild2005-09-111-1/+2
* Fix misdetection of the sound chip on PC98 systems. The submitter doesn'tnetchild2005-09-111-0/+2
* Fix a bug in volume calculation, this sometimes gives a USB audio device annetchild2005-09-111-2/+2
* - channel.hnetchild2005-09-104-231/+350
* Release lock for a while during chn_reset() / pcm_chnalloc() operationnetchild2005-09-101-2/+6
* - fake.cnetchild2005-09-104-37/+233
* - Few buggy codecs (STAC9704, probably others) return inconsistentnetchild2005-09-102-24/+84
* Fix panic caused by full duplex operation.netchild2005-09-101-2/+3
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-082-2/+4
* Style fix.netchild2005-07-311-1/+1
* Whats New:netchild2005-07-318-740/+1496
* * Slightly new method to detect mixer capabilities and resolution.netchild2005-07-311-9/+41
* - Fixup the locking.netchild2005-07-311-3/+17
* - Fixup the locking.netchild2005-07-313-4/+26
* Add another ID.netchild2005-07-311-0/+1
* * Add locking / MPSAFEnetchild2005-07-311-82/+206
* Fix a LOR introduced with the last commit (some hours ago), I had thenetchild2005-07-311-14/+2
* Fix a LOR introduced in the last commit (some hours ago), I had the wrongnetchild2005-07-311-25/+4
* * Register programming error during device initializationnetchild2005-07-312-127/+278
* This driver is already MPSAFE, remove busdma_lock_mutex and Giant fromnetchild2005-07-311-2/+2
* * Add locking / MPSAFE.netchild2005-07-311-11/+33
* * als4000 can't do 48k properly (perhaps it really can't at all!).netchild2005-07-311-9/+70
* * Fix panic during driver unload on second attempt after failure onnetchild2005-07-312-11/+18
* Don't attach the non-PnP mss pcm(4) driver to acpi busses as ACPI onlyjhb2005-07-131-1/+0
* Implement suspend/resume operation for snd_csa(4)glebius2005-06-274-17/+220
* Wrap the calls to the ISA DMA specific sndbuf_dma*() functions ofmarius2005-06-101-0/+10
* s/-1000/BUS_PROBE_LOW_PRIORITY/tanimura2005-05-291-1/+1
OpenPOWER on IntegriCloud