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
/
ic
/
ac97var.h
Age
Commit message (
Expand
)
Author
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2007-02-21
Replace the Mach-derived boolean_t type with the C99 bool type. A
thorpej
2006-07-26
add capability to support for S/PDIF.
kent
2006-04-15
* Add a flag AC97_HOST_INVERTED_EAMP. (kern/18880, kern/24488).
jmcneill
2005-12-11
merge ktrace-lwp.
christos
2005-04-11
Add ac97_attach_type(), to allow the hw driver to skip probes for audio or
jmcneill
2005-04-04
* Add support for skipping either the modem or audio AC'97 probes
jmcneill
2005-01-10
merge kent-audio1 branch, which introduces audio filter pipeline to the MI
kent
2004-12-22
Add convenience macro AC97_HAS_SPDIF to check if SPDIF output is supported
reinoud
2004-11-10
move IS_FIXED_RATE(), SUPPORTS_4CH(), and SUPPORTS_6CH to ac97var.h
kent
2004-11-08
- nuke __P()
kent
2004-09-22
ac97_host_if::reset() returns non-zero value if codec reset fails, and
kent
2004-08-23
Protect against multiple inclusion.
thorpej
2003-07-08
function prototype must not have variable name
itojun
2002-10-14
Mixer changes:
kent
2002-10-08
Add IDs for YMF743-S and YMF753-S.
kent
2001-12-31
Move the declaration of an enum to avoid an "unnamed field not allowed"
thorpej
2001-05-07
delint
lukem
2001-01-09
Add new AC97_HOST_SWAPPED_CHANNELS host flag that causes left and right
rh
2000-11-04
Shadow the AC'97 codec registers. This adds two capabilities:
thorpej
2000-05-15
ac97.h -> ac97var.h
thorpej