summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* Add device id for RDC M3010 which is found on Vortex86 SoC.yongari2010-12-281-0/+5
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-201-1/+1
* Use convenience functions where possible instead of accessing the PCItijl2010-12-182-12/+0
* Fix a brain-o: wrong case statement semantics.rpaulo2010-10-132-2/+4
* Add Intel Cougar Point PCH HD Audio Controller IDjfv2010-08-281-0/+2
* Do not free sc if attach failed, as it was allocated by the busgavin2010-08-041-1/+0
* Add set of codec IDs.mav2010-06-091-0/+10
* Fix the gap between mute and lowest possible volume. The es1370 mixerjoel2010-04-011-2/+2
* Start copyright notices with /*-joel2010-03-296-6/+6
* Add some more codec IDs.mav2010-03-211-1/+15
* Looks like I forgot to add half of the copyright text when we switched tojoel2010-03-081-0/+12
* Fix bug in headphones audio redirection using separate DAC. It was exposedmav2010-02-261-2/+2
* Oops! r202789 broke recording from input mixer. Restore previous "mix"mav2010-01-221-4/+14
* - Improve tracer, to handle more cases of input-to-output monitoringmav2010-01-221-60/+84
* Print playback channels paths in order of their sequence numbers, not nids.mav2010-01-211-7/+7
* Align buffer size to LCM of 128bytes, required by hardware, and alignment ofmav2010-01-121-4/+28
* Add multichannel (4.0 and 7.1) playback support. 5.1 mode support blockedmav2010-01-112-43/+82
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Add one more set of codec IDs.mav2009-12-111-0/+8
* Add two Cirrus Logic codec IDs.mav2009-11-261-0/+10
* Add more codec IDs.mav2009-11-131-1/+23
* Fix typo in previous commit.mav2009-09-301-1/+3
* Add some bits of HDMI/DisplayPort support from later specification updates.mav2009-09-292-13/+100
* Move es137x.c and es137x.h to a 2-clause BSD license. Also move a fewjoel2009-09-222-14/+34
* - According to Linux, the ALi M5451 can do 31-bit DMA instead of justmarius2009-09-221-18/+78
* Add NVidia MCP89 HDA controller IDs.mav2009-09-091-0/+8
* Add Intel 82801JD (one more ICH10) HDA controller ID.mav2009-09-091-2/+4
* Improve HDA controller capabilities logging.mav2009-09-023-6/+10
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+2
* Disable MSI by default for nVidia MCP55 chipset.mav2009-07-141-1/+1
* Some DMA related changes:mav2009-06-241-33/+35
* Fix type of lowaddr variable.mav2009-06-141-2/+2
* Bump driver revision (should have bumped it earlier).ariff2009-06-071-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-0727-532/+611
* Comment out old Realtek ALC883 quirk, that was disabling phantop power onmav2009-06-011-1/+3
* Separate comments from the license text.joel2009-05-273-3/+9
* Slightly adjust copyright text.joel2009-05-201-1/+1
* Remove license clauses 3 and 4 as per rev. 1.65 of auvia.c in NetBSD.joel2009-05-201-7/+0
* Add one more board ID with inverted external amplifier control.mav2009-05-081-0/+1
* - Unlock softc mutex on failure.stas2009-04-201-8/+15
* - Properly unlock mutex on failure in channel_trigger. Before thisstas2009-04-201-8/+15
* Add some more logic for AD1986A codec input tracing. Use mic preamplifiermav2009-04-011-5/+42
* Fixup relative pointers after channel realloc. It fixes crash on systemsmav2009-03-291-8/+11
* Remove CD input hack for ALC268 based Acer systems. Latest systems does notmav2009-03-161-5/+7
* Fix spelling in message.mav2009-03-161-3/+3
* remove now-redunant cardbus attachment.imp2009-03-092-2/+0
* Copy/paste bug fix for previos commit.mav2009-02-271-1/+1
* Add MSI blacklisting support.mav2009-02-261-47/+76
* Enable MSI support by default. Still can be disabled using device.hints.mav2009-02-151-18/+5
OpenPOWER on IntegriCloud