summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation for statically linked snd_envy24{ht}/spicds. Use explicitariff2007-02-143-3/+3
* Orion originally wrote and added these files in 2002/2003, so with hisjoel2007-02-042-2/+4
* Remove dead email address.joel2007-02-023-3/+3
* Clean up the BSD license to match the preferred license injoel2007-02-026-17/+13
* Add a standard BSD license to these files.joel2007-02-022-5/+52
* Fix huge memory leak within sound buffer (during channel destruction,ariff2007-02-012-0/+13
* Fix apparent memory leak (during vchan destruction) that was hereariff2007-02-011-0/+1
* Put #ifndef... after the license.joel2007-01-311-2/+3
* s/WHETHERIN/WHETHER IN/ & s/THEPOSSIBILITY/THE POSSIBILITY/ in thejoel2007-01-311-2/+2
* Clean up the BSD license to match the preferred license injoel2007-01-2810-138/+160
* Add speaker control for HP xw4300. This hardware doesn't respond toariff2007-01-281-2/+17
* Rearrange locking order to avoid LOR (cat /dev/midistat).ariff2007-01-271-3/+9
* Massive inlining cleanups/removal to make it survive on WARNS=2.ariff2007-01-271-92/+90
* Reduce maximum DMA segments from 128 to 64. We don't need more than that.ariff2007-01-271-1/+1
* Total DMA segments should include total number of record channel(s).ariff2007-01-261-1/+1
* Fix forever broken ua_chan_setblocksize() uninitialized return valueariff2007-01-261-7/+13
* Sync uaudio_sndstat_prepare_pcm() output with sndstat_prepare_pcm() to getariff2007-01-261-4/+12
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-212-2/+3
* - Probe the CS4231 in USIII machines.marius2007-01-181-6/+4
* Fix typo in a comment.joel2007-01-161-1/+1
* Fix headphone/speaker automute for [1] Acer Aspire 5050 and [2] MSI MS-1034ariff2007-01-131-0/+27
* Fixes module build with DEB(x) defined to x.netchild2007-01-061-1/+1
* Sync with NetBSD:netchild2007-01-061-1/+8
* Extend the emu10kx driver. With the words of the author:netchild2007-01-063-63/+399
* Fix headphone/speaker automute for Toshiba Satellite Pro U200.ariff2007-01-041-1/+10
* Fix distorted sound on Intel Desktop Board D101GGC (ATI SB450/ALC861).ariff2006-12-221-10/+7
* Fix distorted sound on Fujitsu Siemens AMILO Pa 1510.ariff2006-12-191-1/+7
* Latest updates for Envy24/24HT. Fix various issues with LOR and panicariff2006-12-173-29/+72
* Add codec id for [1] Realtek ALC888 and [2] Sigmatel STAC9227ariff2006-12-171-0/+4
* Add support for Nvidia Nforce MCP04 AC97 controller.ariff2006-12-171-0/+3
* Miscellaneous fixups and quirks for ASUS A7M, LG LW20 andariff2006-12-161-5/+36
* Fix compilation using gcc 4.1.ariff2006-12-151-1/+1
* Fix distorted sound on ASUS P1-AH2 caused by accumulated input / output.ariff2006-12-111-0/+10
* Fix AD1986A (and possibily other codecs too) microphone issues.ariff2006-12-101-3/+38
* - Fix headphone/speakers automute on Lenovo 3000 N100.ariff2006-12-091-47/+74
* Don't try to workaround broken apps (if any). If this still the case,ariff2006-12-071-16/+1
* Remove comment that is no longer relevant since previousariff2006-12-071-7/+0
* Add support for Apple Intel/Mac.ariff2006-12-021-10/+48
* Add inverted amplifier sense quirk for HP Compaq nx4300.ariff2006-12-011-0/+1
* Fix support for Medion MD MD95257 (GPIO2 quirk).ariff2006-11-291-7/+12
* - LNV -> LENOVOariff2006-11-271-4/+10
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-2627-2642/+5579
* MFP4 (109713):netchild2006-11-261-0/+3
* MFP4:netchild2006-10-281-2/+2
* - Inverted EAPD quirk for ASUS A8Jc.ariff2006-10-161-17/+17
* Wrap debug printfs into SEQ_DEBUG() to avoid kernel messages clutterariff2006-10-151-19/+19
* - Fix support for ASUS U5F laptop. This laptop (and possibly others)ariff2006-10-121-3/+23
* Fix support for IBM/Lenovo Thinkcentre M52 series. Its vendorid / 0x1014ariff2006-10-121-16/+44
* Added few more pci ids for Intel, ATI, NVidia, VIA and SiS.ariff2006-10-081-2/+30
* Remove unnecessary test case. (As written, that branch will nevernetchild2006-10-081-2/+0
OpenPOWER on IntegriCloud