Age | Commit message (Expand) | Author |
2009-05-01 | allow jack sensing to mute the DAC the speaker is connected to by | Jacob Meuser |
2009-04-24 | drop _generic from azalia_generic_codec_fnode(). there will not | Jacob Meuser |
2009-04-24 | create lists of analog and digital input and output pins. store | Jacob Meuser |
2009-04-24 | after all widgets have been initialized, loop through all widgets | Jacob Meuser |
2009-01-05 | expand the _dir controls for output pins to also be able to select | Jacob Meuser |
2009-01-05 | remove now unused macros | Jacob Meuser |
2009-01-05 | use AUDIO_MIXER_SET instead of AUDIO_MIXER_ENUM to display mixers | Jacob Meuser |
2009-01-03 | - configure volume knob widgets for indirect mode, which means they no | Jacob Meuser |
2009-01-02 | - get rid of the function that was mostly just a wrapper for the old | Jacob Meuser |
2009-01-02 | add macros for setting/getting GPIO polarity instead of using | Jacob Meuser |
2009-01-02 | this is what I really wanted with r1.100 of azalia.c - fixed mics | Jacob Meuser |
2009-01-02 | now that some devices will get output from/to two different sources/ | Jacob Meuser |
2009-01-02 | - store information about relevant volume controls along both | Jacob Meuser |
2008-12-31 | reimplement jack sense/speaker auto muting using unsolicited responses. | Jacob Meuser |
2008-12-31 | builtin speakers and headphone jacks have an interesting relationship. | Jacob Meuser |
2008-12-23 | a) a widget's nid is always it's index in the codec's widget list. | Jacob Meuser |
2008-12-22 | - expand/add macros for pin configuration manipulation | Jacob Meuser |
2008-12-21 | add mixer_class member to struct widget_t, and define the mixer | Jacob Meuser |
2008-11-30 | - AZ_MAX_SENSE_PINS -> HDA_MAX_SENSE_PINS | Jacob Meuser |
2008-11-28 | AZ_TARGET_PINSENSE -> MI_TARGET_PINSENSE | Jacob Meuser |
2008-11-28 | check the jack detect override bit before creating jack sense mixer | Jacob Meuser |
2008-11-28 | - use switch() instead of multiple if else | Jacob Meuser |
2008-11-27 | widget initialization cleanup: | Jacob Meuser |
2008-11-19 | the jack sense automatic muting code has many problems, including | Jacob Meuser |
2008-11-05 | remove unused macros, partly from Alexey Suslikov | Jacob Meuser |
2008-11-04 | implement azalia_create_encodings, which scans through the supported | Jacob Meuser |
2008-11-04 | volume scaling/setting cleanup: | Jacob Meuser |
2008-10-16 | Add S/PDIF support. From NetBSD. | Jacob Meuser |
2008-10-16 | Some pins are not connected and dead-end. This diff removes such pins | Jacob Meuser |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-10-10 | Rework the debug dmesg to perform a more complete codec dump. | Deanna Phillips |
2007-09-10 | If 44.1kHz sample rate isn't supported, use 48kHz instead. | Deanna Phillips |
2007-09-10 | Add command verbs, a mixer target and mixer controls for EAPD control. | Deanna Phillips |
2007-07-23 | We will never make a mixer item out of the pin control operation, so | Deanna Phillips |
2007-05-02 | - Add support for handling unsolicited events (based on NetBSD). | Deanna Phillips |
2006-06-23 | add some constant macros for unsolicited response and jack sense. | Brad Smith |
2006-06-16 | * support for multi-channel (>=3) recording with ALC880, ALC882, or STAC9221 | Brad Smith |
2006-06-14 | * move mixer functions from azalia.c to azalia_codec.c, and | Brad Smith |
2006-05-11 | use the PCI multimedia subclass type HD audio define from pcireg.h | Brad Smith |
2006-05-08 | sync NetBSD RCS ids | Brad Smith |
2006-05-08 | Don't crash when a connection list has invalid NIDs. | Brad Smith |
2006-05-08 | OpenBSD RCS ids | Brad Smith |
2006-05-08 | - make this compile with AZALIA_DEBUG | Brad Smith |
2006-04-26 | not quite working driver for azalia audio (this is essentially AC97 for > 2005) | Jason Wright |