| Age | Commit message (Expand) | Author |
| 2009-04-07 | Add Realtek ALC663 and treat like ALC662 (ok pooka@) | stacktic |
| 2009-02-28 | Add proper Realtek ALC268 support. While we're here, fix a comment in | jmcneill |
| 2009-02-23 | * Realtek ALC885: Use generic_mixer_autoinit/init_widget | jmcneill |
| 2009-01-27 | Add Analog Devices AD1984A and treat like AD1984. | markd |
| 2009-01-18 | Use aprint_error_dev. Eliminates XNAME macro. | cegger |
| 2008-11-12 | Add support for Realtek ALC269 as found in Eee PC 1000HA. | jmcneill |
| 2008-08-24 | * generic_mixer_create_virtual() | kent |
| 2008-08-15 | AD1984: Take advantage of pin auto-config and auto-naming. | jmcneill |
| 2008-08-15 | Skip unconnected pins when creating a selector connlist. | jmcneill |
| 2008-08-14 | PR#38860: azalia record does not work on Realtek ALC662-GR | jmcneill |
| 2008-07-06 | Commit patch from jmcneill@ to fix "No sound on Thinkpad azalia" | abs |
| 2008-06-24 | pcc doesn't like empty structures for initialisation. Fill with zeros. | gmcgarry |
| 2008-06-07 | Split device_t/softc. Remove unused macros. | freza |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 2008-03-31 | Add outputs.master.mute and inputs.dac.mute knobs for ALC662. XXX these | jmcneill |
| 2008-03-31 | Initial support for the Realtek ALC662-GR as found in the ASUS Eee PC. | jmcneill |
| 2008-02-22 | Make outputs.master and inputs.dac show up in mixerctl output for the ALC888.... | oster |
| 2008-01-31 | s/AD1983_EVENT/AD198X_EVENT/ | markd |
| 2008-01-31 | Use more meaningful names for AD1984 widgets. | markd |
| 2008-01-30 | AD1984: Create a dummy outputs.master mixer knob that mirrors inputs.dac, | jmcneill |
| 2008-01-30 | AD1984: Use the same DAC for speaker and headphones, so the headphone jack | jmcneill |
| 2008-01-06 | recognized the names of Sigmatel STAC9227-9230 | kent |
| 2008-01-04 | shorten mixer-input names by mixer-name automatic generation | kent |
| 2008-01-04 | simplify conversion rule between device volume values and userland | kent |
| 2008-01-03 | code cleanup | kent |
| 2008-01-03 | - add initialization for ATI HDMI audio | kent |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-11-26 | Add dell latitude 420 in the list of machines that need special treatment | christos |
| 2007-11-07 | When converting mixer values to hardware values, round up. This makes | joerg |
| 2007-11-03 | Add support for Analog Devices AD1983 codec as found in Dell Optiplex 745. | markd |
| 2007-10-30 | Add another Dell machine where the head phone event needs to be handled. | joerg |
| 2007-09-22 | alc883_mixer_init: fix this->nmixers, __arraycount() wasn't correct. | xtraeme |
| 2007-09-22 | Apply revision 1.22 from OpenBSD, quoting deanna's commit: | xtraeme |
| 2007-09-13 | Add basic support for the Analog Devices AD1984 codec as found in the | jmcneill |
| 2007-05-13 | * stac9221_gpio_unmute() | kent |
| 2007-05-10 | Match recent addition as a STAC9200. | sketch |
| 2007-05-10 | Update previous to match what the author probably meant to do. | sketch |
| 2007-05-10 | Support for headphone-sensing for DELL Inspiron 6400. | kent |
| 2007-05-08 | fix a typo: PRESENSE -> PRESENCE | kent |
| 2007-05-08 | - fix incorrect codec name of STAC9200 | kent |
| 2007-03-19 | readable mixer item names for AD1981HD | kent |
| 2007-03-18 | don't make a mixer item for a power widget | kent |
| 2007-03-18 | correct the DAC group definition for AD1988. | kent |
| 2007-03-11 | * codec names for Realtek ALC262, ALC268, ALC861, ALC861-VD-GR, | kent |
| 2007-03-11 | remove DPRINTF() in generic_mixer_init() because they are useless | kent |
| 2007-03-11 | - Add jack-sense code for STAC9220 in some DELL models (currently disabled) | kent |
| 2007-03-11 | reviced Intel Mac support code (currently disabled) | kent |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-01-06 | * generic_mixer_default() | kent |