index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
ac97.c
Age
Commit message (
Expand
)
Author
2001-06-20
fix array filling; alaric@MIT.EDU
Theo de Raadt
2001-06-17
Set the delta for the particular source so telling mixerctl to decrease the
Michael Shalayeff
2001-05-16
add surrond, center and lfe ports (per 2.2 spec).
Michael Shalayeff
2001-05-16
call malloc w/ NOWAIT and check for NULL return
Michael Shalayeff
2001-05-16
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
Hakan Olsson
2001-05-16
shorten by one byte :-)
Theo de Raadt
2001-05-16
split codec vendor/product into separate tables,
Michael Shalayeff
2001-05-15
partial KNF
Theo de Raadt
2001-05-15
a few more codecs, a few more consts, trailing spaces
Michael Shalayeff
2001-04-15
another
Theo de Raadt
2001-03-03
new AC97_HOST_DONT_READANY flag for ac97 chipsets that are _really_ on drugs
Theo de Raadt
2000-07-27
if avoiding ac97_read because of AC97_HOST_DONT_READ, still permit access to ...
Theo de Raadt
2000-07-20
more guesses at tritech codecs
Theo de Raadt
2000-07-19
Added shadow registers. This adds two capabilities:
Constantine Sapuntzakis
2000-06-27
Move ac97 register defines into ac97.h
Artur Grabowski
2000-05-30
a few more codes ids from vendor docs
Michael Shalayeff
2000-05-27
add a few more codecs
Michael Shalayeff
2000-04-12
Disable DAC, Output, and Record mute by default
Constantine Sapuntzakis
1999-10-05
Don't define AUDIO_DEBUG
Constantine Sapuntzakis
1999-09-21
Add get_portnum_by_name to ac97 vtbl.
Constantine Sapuntzakis
1999-09-19
AC-97 CODEC support. Some help from FreeBSD, esp. on nice printing of
Constantine Sapuntzakis