summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* channel.c:ariff2006-01-242-10/+29
* Sort list of modules.joel2006-01-231-1/+1
* Various fixups:ariff2006-01-225-46/+227
* Backput the "Dell ID" part of the last commit, it was already tried innetchild2006-01-211-5/+0
* Merge rev. 1.5 and 1.6 from DFly:netchild2006-01-211-7/+12
* Prevent dereferencing a NULL pointer if the malloc() fails.netchild2006-01-211-9/+10
* Remove unused pointer.joel2006-01-212-5/+0
* Turn on native 32bit recording (at 48000hz).ariff2006-01-201-1/+1
* Ruthless vchan speed workaround against the dreaded sb16 / sb16x. It appearariff2006-01-201-3/+9
* Remove Giant / busdma_lock_mutex from busdma_tag_create().ariff2006-01-181-4/+4
* Fix broken capabilites. There are possible calculation errors withinariff2006-01-161-2/+2
* Restore old compatibility of feeding directly into /dev/dsp at 8000 hzariff2006-01-161-2/+4
* Add another inverted EAPD quirk for Gateway 7326GZ.ariff2006-01-141-1/+2
* Workaround for sb16 behave poorly when running at 45000 hz whileariff2006-01-131-1/+8
* Joyport blacklist. Either we're facing with broken hardwareariff2006-01-131-2/+15
* Fix broken playback capabilities to prevent impending disaster.ariff2006-01-111-1/+1
* - Locking fixes. Release lock while chn_intr().ariff2006-01-111-1/+16
* More thorough fixes to enable inverted external amplifier sense flag.ariff2006-01-101-5/+12
* Turn on inverted external amplifier sense flags for ICH4/82801DB.ariff2006-01-091-0/+10
* Fix obvious capabilities (rate) violation. Should be 5500, not 4000.ariff2006-01-091-1/+1
* Add codec id support for Analog Device AD1986 AC'97 codec.ariff2006-01-071-0/+1
* Fix locking violation, causing frantic diagnostic messages during boot.ariff2006-01-061-6/+9
* Another major fixes and enhancements:ariff2006-01-061-22/+80
* Fix broken capabilities, causing failure during channel reset.ariff2006-01-041-2/+2
* Fix another xruns counting logic, this time, for recording.ariff2006-01-011-6/+8
* Fix LOR #174.ariff2005-12-311-3/+10
* Disable frantic DMA update within few SNDCTL_DSP_* ioctl.ariff2005-12-301-4/+4
* Underruns counting logic should be based on bufhard free spaceariff2005-12-301-22/+6
* Few codec such as Conexant CX20468-21 does have this controlariff2005-12-301-0/+7
* Fix some kind of "off by one"-error: the min or max sample rate thenetchild2005-12-291-2/+2
* Fix the order of the stereo channels (left <-> right).netchild2005-12-281-4/+4
* Add suspend and resume support.ariff2005-12-251-4/+88
* Precision for AFMT_x24_yE and AFMT_x32_yE should be 24 and 32, respectively.ariff2005-12-181-2/+2
* 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
OpenPOWER on IntegriCloud