summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/hda/hdac.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r264832marius2014-04-261-13/+8
* MFC r258168, r258170:mav2014-01-051-0/+9
* Add Intel Lynx Point PCH HD Audio Device IDsjfv2013-01-021-0/+2
* Print card and subsystem IDs in verbose logs to help to identify system.mav2012-10-301-0/+2
* Add bunch of ATI HDMI HDA controller IDs.mav2012-08-301-0/+9
* Stop HDA controller polling callout on suspend and reset it on resume.mav2012-03-281-0/+3
* Just in case, clear stream interrupts before enabling them.mav2012-01-311-0/+2
* Add another bunch of CODEC IDs.mav2012-01-261-1/+1
* Increase snd_hda(4) default maximal buffer size from 16K to 64K andmav2012-01-221-11/+0
* Print controller/codec IDs for unknown chips instead of useless andmav2012-01-191-17/+18
* Two 192/24/8 playback streams overflow single mandatory output line (SDO)mav2012-01-191-8/+56
* Improve HDMI/DisplayPort audio support in snd_hda(4):mav2012-01-181-0/+11
* Major snd_hda driver rewrite:mav2012-01-151-7091/+727
* Oops, list of IDs is not sequential. Have to list all of them expoicitly.mav2011-12-201-2/+10
* Cast some vendor-specific spell on VIA VT1708S codecs to:mav2011-12-201-5/+39
* Fix headphones pin configuration on Lenovo B450 laptop.mav2011-08-181-0/+8
* Hide driver revision behind bootverbose.joel2011-06-151-1/+4
* Add bunch of Conexant codec IDs. For some of them add quirks to disablemav2011-06-131-0/+39
* Add better names for the Intel HDMI audio codecs.mav2011-05-261-12/+14
* Correct a typojfv2011-05-121-1/+1
* Chipset support for the new Intel Panther Point PCH, thanksjfv2011-05-111-0/+2
* Support for the new Patsburg PCH chipset:jfv2011-02-011-1/+5
* Add device id for RDC M3010 which is found on Vortex86 SoC.yongari2010-12-281-0/+5
* 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
* Add some more codec IDs.mav2010-03-211-1/+15
* 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-111-42/+80
* 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-291-11/+35
* 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-021-6/+7
* 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-071-25/+25
* Comment out old Realtek ALC883 quirk, that was disabling phantop power onmav2009-06-011-1/+3
* Add some more logic for AD1986A codec input tracing. Use mic preamplifiermav2009-04-011-5/+42
OpenPOWER on IntegriCloud