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