index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
hdaudio
Age
Commit message (
Expand
)
Author
2017-10-28
Add #includes to make this compile.
riastradh
2017-09-26
In rev 1.0a of the Intel High Definition Audio Spec:
kre
2017-08-04
put all the ELD debugging messages under #ifdef HDAFG_HDMI_DEBUG.
mrg
2017-06-04
Move the hdaudio_cd out of the hdaudio_pci module and into the main
pgoyette
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-04-18
remove redundant assignments
maya
2016-10-26
Update the devlist2h.awk script to track the maximum lengths of vendor
pgoyette
2016-10-25
Replace numeric magic-number constant with something a bit more meaningful.
pgoyette
2015-12-23
get rid of HDAUDIO_FLAG_NO_STREAM_RESET hack
jmcneill
2015-11-15
disable data island packet transmission on Tegra124 HDMI codec
jmcneill
2015-11-04
mute the mixer with that has input children
christos
2015-11-04
Remove trailing and stray whitespace.
christos
2015-11-04
more complex version to determine what is an input.
christos
2015-11-04
be more selective and mute only mic's. Suggested by jmcneill
christos
2015-11-04
Startup with the mic muted to avoid feedback and spying.
christos
2015-07-26
- Support multi-channel (> 2) output to HDMI sinks.
jmcneill
2015-07-26
Skip stream reset if HDAUDIO_FLAG_NO_STREAM_RESET flag is set.
jmcneill
2015-05-30
regen
jmcneill
2015-05-30
add Tegra124 HDMI
jmcneill
2015-05-30
fix path to devlist2h
jmcneill
2015-05-30
add HDAUDIO_32BIT_ACCESS option, which wraps mmio read/writes to only use 32-...
jmcneill
2015-05-20
Initialize dma.dma_sizereg to avoid copying uninitialized data later.
riastradh
2015-03-28
replace hdaudio_config.h with defflags
jmcneill
2015-03-28
Split hdaudio and PCI attach glue. Even though the driver was written with
jmcneill