summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ac97.c
AgeCommit message (Expand)Author
2001-06-20fix array filling; alaric@MIT.EDUTheo de Raadt
2001-06-17Set the delta for the particular source so telling mixerctl to decrease theMichael Shalayeff
2001-05-16add surrond, center and lfe ports (per 2.2 spec).Michael Shalayeff
2001-05-16call malloc w/ NOWAIT and check for NULL returnMichael Shalayeff
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16shorten by one byte :-)Theo de Raadt
2001-05-16split codec vendor/product into separate tables,Michael Shalayeff
2001-05-15partial KNFTheo de Raadt
2001-05-15a few more codecs, a few more consts, trailing spacesMichael Shalayeff
2001-04-15anotherTheo de Raadt
2001-03-03new AC97_HOST_DONT_READANY flag for ac97 chipsets that are _really_ on drugsTheo de Raadt
2000-07-27if avoiding ac97_read because of AC97_HOST_DONT_READ, still permit access to ...Theo de Raadt
2000-07-20more guesses at tritech codecsTheo de Raadt
2000-07-19Added shadow registers. This adds two capabilities:Constantine Sapuntzakis
2000-06-27Move ac97 register defines into ac97.hArtur Grabowski
2000-05-30a few more codes ids from vendor docsMichael Shalayeff
2000-05-27add a few more codecsMichael Shalayeff
2000-04-12Disable DAC, Output, and Record mute by defaultConstantine Sapuntzakis
1999-10-05Don't define AUDIO_DEBUGConstantine Sapuntzakis
1999-09-21Add get_portnum_by_name to ac97 vtbl.Constantine Sapuntzakis
1999-09-19AC-97 CODEC support. Some help from FreeBSD, esp. on nice printing ofConstantine Sapuntzakis