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