summaryrefslogtreecommitdiff
path: root/sys/dev/hdaudio
AgeCommit message (Expand)Author
2023-07-01regennia
2023-07-01Add Realtek ALC671 to hdaudiodevs, seen on Fujitsu Futro S720 thin clientnia
2023-01-05ignore NULL for hdaudio_audiodev in hdafg_freemkardel
2022-05-24fix various typos in comments, docs and log messages.andvar
2022-04-16regennia
2022-04-16hdaudiodevs: Add some ~new Intel devicesnia
2022-04-07fix various typos in comments.andvar
2022-03-28driver(9): devsw_detach never fails. Make it return void.riastradh
2022-03-21hdaudio: Obsolete HDAUDIO_ENABLE_DISPLAYPORT and HDAUDIO_ENABLE_HDMIjmcneill
2022-03-21hdaudio: pci: PCIe config space fixes and Intel PCH snoop supportjmcneill
2022-01-07Safe vendor/product for reporting. Avoids repeated loading/unloadingmlelstv
2021-12-17One build break fixed, another appears...kre
2021-12-17If the step is 0, use 1 instead of always incrementing step by one to avoidchristos
2021-08-07Merge thorpej-cfargs2.thorpej
2021-06-29Regen for new sys/dev/devlist2h.awkpgoyette
2021-06-29Rework the xxxVERBOSE option to share the common module-hook-basedpgoyette
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-12-28If the Subordinate Node Count returns 0 nodes, complain and return insteadjmcneill
2020-12-28Initialize DMA memory when allocating it. Should fix PR# 51734 (hdaudiojmcneill
2020-06-11Update for proplib(3) API changes.thorpej
2020-04-29hdaudiodevs: regennia
2020-04-29hdaudiodevs: Add Realtek ALC292nia
2020-04-28regenjmcneill
2020-04-28Add Realtek ALC293jmcneill
2020-04-19Make round_blocksize satisfy all ofisaki
2020-02-15Enumerating probably always starts from sc->sc_startnode.isaki
2020-02-08Read GCAP and version regs after taking the controller out of reset. Fixesjmcneill
2020-01-30Only dump ELD info if HDAFG_HDMI_DEBUG is definedjmcneill
2020-01-27regenjmcneill
2020-01-27Make sure that all vendor strings are shorter than 16 (MAX_AUDIO_DEV_LEN)jmcneill
2020-01-18Make sure we have at least one of playback or capture streams setup beforejmcneill
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