| Age | Commit message (Expand) | Author |
| 2003-11-24 | An ICH board needs reading AC97_REG_RESET before reading AC97_VENDOR_ID. | kent |
| 2003-11-22 | AD1985 codec needs the same quirk as AD1980. | kent |
| 2003-11-22 | Cosmetic changes | kent |
| 2003-09-28 | Change the way of setting a port value so that a change too small to | cube |
| 2003-09-28 | codec id for AD1985 | kent |
| 2003-09-11 | After initialization of the AD1980 codec, swap master and surround volume | jmmv |
| 2003-09-08 | Correct flag names of AD1980 | kent |
| 2003-09-07 | Codec id ADS 0x70 is AD1980, not AD1981. | kent |
| 2003-09-07 | Use bitmask_snprintf() for printing ext id features. | kent |
| 2003-06-13 | Add AD1981-specific initialization. | kent |
| 2003-06-11 | In ac97_restore_shadow(), make sure to restore the codec's extended | scw |
| 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 |