summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-4/+4
* Add codec ID for Avance Logic ALC203yongari2005-11-301-0/+1
* Support for ATI IXP 200 / 300 / 400 series audio controllers.ariff2005-11-273-0/+1210
* Added mono to stereo and stereo to mono feeder functions for bothariff2005-11-261-0/+170
* Added codec id for Avance Logic (ALC250)ariff2005-11-261-0/+1
* Add a hack to ignore PCR bit for 6300ESB, 82801[D-G]B chips. It seemsyongari2005-11-211-14/+17
* Unbreak kernel builds.kan2005-11-151-2/+2
* Update my email address, so people know where the exact /ariff2005-11-143-7/+7
* From luigi:ariff2005-11-141-35/+71
* From luigi:ariff2005-11-141-2/+9
* ac97.c:ariff2005-11-142-2/+3
* Fix a long standing unhandled interrupt bug which can causeariff2005-11-141-2/+2
* - Added few more Intel HDA ids (ICH 6/7) which does have backwardariff2005-11-141-104/+154
* Use both (enabled by default) DAC1 and DAC2 to provide 2ariff2005-11-141-105/+473
* Fix left/right channel mixed-up during recording by splitting recdevariff2005-11-141-13/+22
* Add support for 24/32 bit audio formats/conversion.netchild2005-11-133-113/+264
* Fix recording device selection based on ALS4000 datasheet.ariff2005-11-071-21/+10
* Fix kernel panic caused by double mss_unlock().ariff2005-11-071-1/+1
* 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
OpenPOWER on IntegriCloud