summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ac97.c
AgeCommit message (Expand)Author
2003-11-24An ICH board needs reading AC97_REG_RESET before reading AC97_VENDOR_ID.kent
2003-11-22AD1985 codec needs the same quirk as AD1980.kent
2003-11-22Cosmetic changeskent
2003-09-28Change the way of setting a port value so that a change too small tocube
2003-09-28codec id for AD1985kent
2003-09-11After initialization of the AD1980 codec, swap master and surround volumejmmv
2003-09-08Correct flag names of AD1980kent
2003-09-07Codec id ADS 0x70 is AD1980, not AD1981.kent
2003-09-07Use bitmask_snprintf() for printing ext id features.kent
2003-06-13Add AD1981-specific initialization.kent
2003-06-11In ac97_restore_shadow(), make sure to restore the codec's extendedscw
2003-03-03add Philips UCB1400bsh
2003-01-31Use aprint_*().thorpej
2003-01-20Remove variable that is only assigned too but not referenced.simonb
2002-12-26Recognize AD1981 codec (0x41445370). XXX name is a guess but it followsmatt
2002-11-06Fix LR contrary problem of mixer and record gain polaritykent
2002-11-06Add codec IDs for AD1981B, STAC9750/51, and STAC9766/67.kent
2002-10-22Correct codec id of VT1611A.kent
2002-10-16Add all vendor/codec IDs which OpenBSD has and NetBSD doesn't have.kent
2002-10-14Mixer changes:kent
2002-10-11ac97_attach(): Restore the default rate value after VRA checking.kent
2002-10-09Add 'mask' member to the struct ac97_codecid.kent
2002-10-08fill in name for TriTech unknown: TR28602pooka
2002-10-08If the codec is fixed-rate, ac97_set_rate() returns 48kHz.kent
2002-10-08Add IDs for YMF743-S and YMF753-S.kent
2002-10-06Add some constant symbols for AC97 registers and values based on OpenBSD.kent
2002-10-04more device namesjoda
2002-07-05add a couple of Analog device namesjoda
2002-01-23It corrected forgetting to attach ","ichiro
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2002-01-06For cosmetic reasons, add 'ESS Technology ES1921' to the table of codec Ids.jmcneill
2001-11-13add/cleanup RCSIDlukem
2001-07-07bcopy -> memcpythorpej
2001-04-29Set the delta for the particular source so telling mixerctl to decrease theerh
2001-01-18constifyjdolecek
2001-01-09Add new AC97_HOST_SWAPPED_CHANNELS host flag that causes left and rightrh
2001-01-05Add some codecs.augustss
2000-11-05Feh, fix st00p1d braino in last.thorpej
2000-11-04Shadow the AC'97 codec registers. This adds two capabilities:thorpej
2000-11-04Add some more codec IDs. From OpenBSD.thorpej
2000-07-14Merge-o.soren
2000-06-06Make ID printing a little more robust in case of problems readingsoren
2000-05-15Move register definitions into ac97reg.hthorpej
2000-05-15ac97.h -> ac97var.hthorpej
2000-04-28Unmute some mixer controls by default. From OpenBSD.augustss
2000-04-26Recognize the Crystal CS4297A codec, and add a couple of macrosthorpej
2000-03-15Fix an uninitialized variable. From Krister Walfridsson <cato@df.lth.se>augustss
1999-11-24Change CS4297 id entry.augustss
1999-11-20Print the PnP id of unknown codecs.augustss
1999-11-02Shorten some delay()s. From WITEK Wnuk <witek@atari.org>augustss