summaryrefslogtreecommitdiff
path: root/sys/dev/videomode/devlist2h.awk
diff options
context:
space:
mode:
authorMerlin Scholz <merlin@scholz.ruhr>2023-05-29 01:33:11 +0200
committerMerlin Scholz <merlin@scholz.ruhr>2023-05-29 01:33:11 +0200
commitdc2190d477b8fe4145170f3a029d9b53c2157140 (patch)
treebbc1c3ba3edd8abf1cc4a0289b650097f634331a /sys/dev/videomode/devlist2h.awk
parent60aa12e10e5660e3c5fef9c6b8ac8ff54491df1c (diff)
Add file, line, func logging for memory allocs/freeslockdoc-9.3
Diffstat (limited to 'sys/dev/videomode/devlist2h.awk')
0 files changed, 0 insertions, 0 deletions
ed.nat 2017-05-06Improved hw draining. Draining of hw will only complete if silence hasnat 2017-04-17Improved mixing function - more expensive in cycles though.nat 2017-04-17hw.driverN.saturate bool->integer (default 16).nat 2017-02-27minor clean ups:mrg 2017-02-10Audio now uses fdclone, there is no longer a limitation of one audionat 2017-01-15Fix indent in comments.isaki 2016-12-28Audio device won't fail if one cannot set the common/hw format.nat 2016-12-08The audio sub-system now supports the following features asnat 2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-04-01g/c unused softc membersdrochner 2008-03-04Split device_t and softc for audio(4), and other related cosmetic changes.cube 2007-12-13Don't count poll(2) and select(2) as device activity. Don't activate thejoerg 2007-12-13When resuming the audio device, call audiosetinfo with the last known goodjmcneill 2007-12-09Merge jmcneill-pm branch.jmcneill 2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej 2007-02-09Merge newlock2 to head.ad 2006-06-19Halt input/output on soft suspend if currently running, and restore themjmcneill 2006-04-19Don't use simple_locks; we can't hold them while calling malloc andjmcneill 2006-04-18Protect audio_write's filter graph from being modified in the middle of ajmcneill 2006-03-07Add a 'powerstate' callback to audio_hw_if, to allow hw drivers to powerjmcneill 2005-12-11merge ktrace-lwp.christos