summaryrefslogtreecommitdiff
path: root/sys/dev/hdaudio
AgeCommit message (Expand)Author
2020-12-28Pull up following revision(s) (requested by jmcneill in ticket #1166):martin
2020-12-28Pull up following revision(s) (requested by jmcneill in ticket #1165):martin
2020-04-29Regen for ticket #872martin
2020-04-29Pull up following revision(s) (requested by nia in ticket #872):martin
2020-04-29Regen for ticket #869martin
2020-04-29Pull up following revision(s) (requested by jmcneill in ticket #869):martin
2020-04-25Pull up following revision(s) (requested by isaki in ticket #852):martin
2020-01-27regen (for ticket #658)martin
2020-01-27Pull up following revision(s) (requested by jmcneill in ticket #658):martin
2019-07-26Even though the spec says SRST should read back as 1 after being set, thisjmcneill
2019-07-25Replace the HDAUDIO_32BIT_ACCESS option with a runtime option. Set it forjmcneill
2019-06-08Clean get_props().isaki
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-01-07s/1 << 31/1u << 31/.mrg
2018-09-27Fix hdaudio device configurationmanu
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-02-14Remove dead code.maya
2018-01-04Fix off-by-one when calling snprintf(9) in hdafg_getdev()khorben
2017-11-24Always go through RIRB startup process, initialize RIRB interrupt countjmcneill
2017-11-24Always access CORBCTL using hda_read1/hda_write1 (it is an 8-bit wide reg).jmcneill
2017-11-24Enter link reset even if GCTL says we are already in reset state. Fixesjmcneill
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