summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.netchild2006-06-185-6/+39
* - fix compatibility with newer versions of FreeBSDnetchild2006-06-174-58/+184
* dd the envy24 driver as is to the tree. It's not connected to the buildnetchild2006-06-178-0/+6530
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,netchild2006-05-272-0/+165
* Add inverted amplifier sense quirks for Sony VAIO VGN B1VP/B1XP.ariff2006-05-011-1/+2
* Add support for (latest) VIA VT8251 (rev. 0x07) audio controller.ariff2006-04-221-9/+45
* Add device ID for nForce 410 MCP audio controller.ariff2006-04-031-0/+3
* Don't set primary resume interrupt flag during channel initializationariff2006-03-221-0/+4
* Misc. fixups:ariff2006-03-221-53/+49
* Add another inverted amplifier sense quirk for Kvazar-Micro Senator 3592XT.ariff2006-03-071-0/+1
* Add another inverted amplifier sense quirk for Sony VAIO Type T.ariff2006-03-051-0/+1
* Trim unnecessary pointer alignment.ariff2006-02-241-1/+1
* - Fix severe crackling after long running and abusive module load / unload byariff2006-02-181-15/+59
* Fix random popping while playing in 32bit by increasing default buffer sizeariff2006-02-181-1/+1
* Fix possible DMA leak and locking violation especiallyariff2006-02-121-14/+15
* A pointer was checked for NULL after dereferencing it. The check is notnetchild2006-02-051-4/+4
* Enable full duplex operation since it works and to solve panic issue.ariff2006-01-271-1/+1
* 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
* Remove Giant / busdma_lock_mutex from busdma_tag_create().ariff2006-01-181-4/+4
* Add another inverted EAPD quirk for Gateway 7326GZ.ariff2006-01-141-1/+2
* 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
* 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 the order of the stereo channels (left <-> right).netchild2005-12-281-4/+4
* Add suspend and resume support.ariff2005-12-251-4/+88
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-4/+4
* Support for ATI IXP 200 / 300 / 400 series audio controllers.ariff2005-11-272-0/+1209
* Add a hack to ignore PCR bit for 6300ESB, 82801[D-G]B chips. It seemsyongari2005-11-211-14/+17
* 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 recording device selection based on ALS4000 datasheet.ariff2005-11-071-21/+10
* - 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
* Unlock driver lock before calling resource_int_value(9).yongari2005-09-131-0/+3
* 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 locking / MPSAFEnetchild2005-07-311-82/+206
* Fix a LOR introduced with the last commit (some hours ago), I had thenetchild2005-07-311-14/+2
OpenPOWER on IntegriCloud