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
/
ac97.c
Age
Commit message (
Expand
)
Author
2003-03-03
add Philips UCB1400
bsh
2003-01-31
Use aprint_*().
thorpej
2003-01-20
Remove variable that is only assigned too but not referenced.
simonb
2002-12-26
Recognize AD1981 codec (0x41445370). XXX name is a guess but it follows
matt
2002-11-06
Fix LR contrary problem of mixer and record gain polarity
kent
2002-11-06
Add codec IDs for AD1981B, STAC9750/51, and STAC9766/67.
kent
2002-10-22
Correct codec id of VT1611A.
kent
2002-10-16
Add all vendor/codec IDs which OpenBSD has and NetBSD doesn't have.
kent
2002-10-14
Mixer changes:
kent
2002-10-11
ac97_attach(): Restore the default rate value after VRA checking.
kent
2002-10-09
Add 'mask' member to the struct ac97_codecid.
kent
2002-10-08
fill in name for TriTech unknown: TR28602
pooka
2002-10-08
If the codec is fixed-rate, ac97_set_rate() returns 48kHz.
kent
2002-10-08
Add IDs for YMF743-S and YMF753-S.
kent
2002-10-06
Add some constant symbols for AC97 registers and values based on OpenBSD.
kent
2002-10-04
more device names
joda
2002-07-05
add a couple of Analog device names
joda
2002-01-23
It corrected forgetting to attach ","
ichiro
2002-01-12
Call malloc(9) with M_ZERO flag instead of memset() after malloc().
tsutsui
2002-01-06
For cosmetic reasons, add 'ESS Technology ES1921' to the table of codec Ids.
jmcneill
2001-11-13
add/cleanup RCSID
lukem
2001-07-07
bcopy -> memcpy
thorpej
2001-04-29
Set the delta for the particular source so telling mixerctl to decrease the
erh
2001-01-18
constify
jdolecek
2001-01-09
Add new AC97_HOST_SWAPPED_CHANNELS host flag that causes left and right
rh
2001-01-05
Add some codecs.
augustss
2000-11-05
Feh, fix st00p1d braino in last.
thorpej
2000-11-04
Shadow the AC'97 codec registers. This adds two capabilities:
thorpej
2000-11-04
Add some more codec IDs. From OpenBSD.
thorpej
2000-07-14
Merge-o.
soren
2000-06-06
Make ID printing a little more robust in case of problems reading
soren
2000-05-15
Move register definitions into ac97reg.h
thorpej
2000-05-15
ac97.h -> ac97var.h
thorpej
2000-04-28
Unmute some mixer controls by default. From OpenBSD.
augustss
2000-04-26
Recognize the Crystal CS4297A codec, and add a couple of macros
thorpej
2000-03-15
Fix an uninitialized variable. From Krister Walfridsson <cato@df.lth.se>
augustss
1999-11-24
Change CS4297 id entry.
augustss
1999-11-20
Print the PnP id of unknown codecs.
augustss
1999-11-02
Shorten some delay()s. From WITEK Wnuk <witek@atari.org>
augustss
1999-11-02
Clean up attachment printing a bit.
soren
1999-10-27
Add AC97 mixer/codec support. From OpenBSD and FreeBSD.
augustss