| Age | Commit message (Expand) | Author |
| 2020-10-18 | Fix undefined behaviors found by kUBSan. | rin |
| 2019-11-28 | Use NULL for pointer. | isaki |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2017-07-28 | Mixer device bounds checking. | nat |
| 2015-04-04 | fix memory leak, found by Brainy. | christos |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2011-11-27 | Add the Avance Logic ALC203 code, found on e.g. alix3d3 boards. | mbalmer |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2009-07-13 | Support UCB1400. | kiyohara |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-06-24 | Array range designated initializers are a gcc extension. Replace with | gmcgarry |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-02-16 | Update documentation URL. Previous one was leading to a "Page not found". | alc |
| 2006-09-02 | add missing initializers | christos |
| 2006-08-23 | implement auto-detection of volume resolutions | kent |
| 2006-07-26 | add capability to support for S/PDIF. | kent |
| 2006-05-10 | Update URLs to ASAHI KASEI CODECs. | uebayasi |
| 2006-04-15 | * Add a flag AC97_HOST_INVERTED_EAMP. (kern/18880, kern/24488). | jmcneill |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-06 | Add "Conexant CXT48". This should have a more meaningful name, but I | rpaulo |
| 2005-09-27 | Add SigmaTel STAC9752/53 codec ID. | simonb |
| 2005-06-20 | Change the rest of the sysctl subsystem to use const consistently. | atatat |
| 2005-05-30 | - add missing const | christos |
| 2005-05-11 | Add a heuristic to test if an audio CODEC's AC97_REG_POWER register supports | scw |
| 2005-04-12 | * Reduce timeout for codec powerup | jmcneill |
| 2005-04-12 | Don't touch AC97_REG_RESET if we're dealing with a modem (modems use | jmcneill |
| 2005-04-11 | Add ac97_attach_type(), to allow the hw driver to skip probes for audio or | jmcneill |
| 2005-04-08 | Add identifiers for Intel ICH3 AC'97 modems and CXT33 modem codecs, from | jmcneill |
| 2005-04-07 | AC'97 modems don't have the same mixer controls as audio devices. Treat | jmcneill |
| 2005-04-04 | * Add more AC97 modem registers (from AC'97 revision 2.2) | jmcneill |
| 2005-04-04 | * Add support for skipping either the modem or audio AC'97 probes | jmcneill |
| 2005-01-10 | merge kent-audio1 branch, which introduces audio filter pipeline to the MI | kent |
| 2004-11-08 | - nuke __P() | kent |
| 2004-10-17 | make sure of readiness of an AC'97 codec by writing a value and | kent |
| 2004-10-12 | split outputs.tone to outputs.bass and outputs.treble | kent |
| 2004-09-22 | ac97_host_if::reset() returns non-zero value if codec reset fails, and | kent |
| 2004-08-28 | add debug code for ac97_write(). | kent |
| 2004-08-24 | Use ANSI function decls and more use of static. | thorpej |
| 2004-08-20 | Check power states after codec reset. This change fixes a | kent |
| 2004-08-08 | VT1616i support | kent |
| 2004-08-08 | correct the mask value for CMI9739 | kent |
| 2004-08-08 | recognize CMI9739 codec. | kent |
| 2004-08-07 | AD1888 support. | kent |
| 2004-08-07 | recognize ALC655/658/850 | kent |
| 2004-06-01 | - update URLs for sigmatel. | mrg |
| 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 |