summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ac97.c
AgeCommit message (Expand)Author
2005-06-18Switch master and surround volume controls on AD1888 and AD1985Can Erkin Acar
2005-06-06correct names for miscellaneous control bit registerMichael Coulter
2005-06-06AD1981 is actually AD1980Michael Coulter
2005-05-25correctly initialize AD1886.Joris Vink
2005-02-16add support for enabling amp power on a non-documented Conexant codecTodd T. Fries
2005-01-31add a bunch of more codecs from var srcs. this makes almost everything from t...Michael Shalayeff
2005-01-30Fix two Cirrus Logic codec IDs.Mark Kettenis
2005-01-17update dead URL, from Steve Shockley <steve.shockley@shockley.net>Jared Yanovich
2004-11-22ad1981 does not like init; from fgsch@Michael Shalayeff
2004-11-18a few more codecs from nbsdMichael Shalayeff
2004-10-14a few more c-media codec idsMichael Shalayeff
2004-10-04a whole bunch of avance logic codecs and also patch for someMichael Shalayeff
2004-09-14two more icensemble codecs. now they are via really...Michael Shalayeff
2004-04-23kill evil spacesMichael Shalayeff
2004-04-23properly id CX20468 and patch it too, also one more _cx codec; made possible ...Michael Shalayeff
2004-02-27change url; jjy2+@pitt.eduTheo de Raadt
2003-11-05another ad codecMichael Shalayeff
2003-09-25more codecMichael Shalayeff
2003-07-23VT1612A; matthew.gream@pobox.comTheo de Raadt
2003-07-15Add support for AD1985, deraadt@ okDamien Couderc
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-04-09a couple of sigmatel codec idsMichael Shalayeff
2003-04-07a couple more codec ids from peopleMichael Shalayeff
2002-09-17add ad1981a id; from hunter@dg.net.uaMichael Shalayeff
2002-09-05Use the value from AUDIO_CTRL, later to be or'ed with VRM or VRA, notFederico G. Schwindt
2002-07-28minor things from ac97 rev 2.3; mickey@ okFederico G. Schwindt
2002-04-08add flag to swap channels. from netbsd.Mike Frantzen
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-09add ess1921 codec idMichael Shalayeff
2001-12-17be more accurate in enabling variable rate bitsMichael Shalayeff
2001-12-01fix realtek codec ids. fxi codec id decode -- from krw@Michael Shalayeff
2001-10-28it appears that some non-vra compatible codecs implement partMichael Shalayeff
2001-10-24replace strings w/ defined names, missing initializer for pcbeep and split to...Michael Shalayeff
2001-10-24add several more codecs, from elsaMichael Shalayeff
2001-09-15fix unknown codec id printoutMichael Shalayeff
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