summaryrefslogtreecommitdiff
path: root/sys/dev/hdaudio
AgeCommit message (Expand)Author
2017-10-28Add #includes to make this compile.riastradh
2017-09-26In rev 1.0a of the Intel High Definition Audio Spec:kre
2017-08-04put all the ELD debugging messages under #ifdef HDAFG_HDMI_DEBUG.mrg
2017-06-04Move the hdaudio_cd out of the hdaudio_pci module and into the mainpgoyette
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-04-18remove redundant assignmentsmaya
2016-10-26Update the devlist2h.awk script to track the maximum lengths of vendorpgoyette
2016-10-25Replace numeric magic-number constant with something a bit more meaningful.pgoyette
2015-12-23get rid of HDAUDIO_FLAG_NO_STREAM_RESET hackjmcneill
2015-11-15disable data island packet transmission on Tegra124 HDMI codecjmcneill
2015-11-04mute the mixer with that has input childrenchristos
2015-11-04Remove trailing and stray whitespace.christos
2015-11-04more complex version to determine what is an input.christos
2015-11-04be more selective and mute only mic's. Suggested by jmcneillchristos
2015-11-04Startup with the mic muted to avoid feedback and spying.christos
2015-07-26- Support multi-channel (> 2) output to HDMI sinks.jmcneill
2015-07-26Skip stream reset if HDAUDIO_FLAG_NO_STREAM_RESET flag is set.jmcneill
2015-05-30regenjmcneill
2015-05-30add Tegra124 HDMIjmcneill
2015-05-30fix path to devlist2hjmcneill
2015-05-30add HDAUDIO_32BIT_ACCESS option, which wraps mmio read/writes to only use 32-...jmcneill
2015-05-20Initialize dma.dma_sizereg to avoid copying uninitialized data later.riastradh
2015-03-28replace hdaudio_config.h with defflagsjmcneill
2015-03-28Split hdaudio and PCI attach glue. Even though the driver was written withjmcneill