Age | Commit message (Expand) | Author |
2010-09-10 | if the speaker is muted because headphones are plugged in, don't | Jacob Meuser |
2010-08-07 | restore unsolicited responses from volume knob widgets | Jacob Meuser |
2010-06-27 | don't probe "volume knobs" on resume. probably not needed and | Jacob Meuser |
2010-03-21 | deal with the possibility of two internal speaker pins, like on | Jacob Meuser |
2009-12-22 | treat the front headphone jack more like a built-in speaker. make it's | Jacob Meuser |
2009-11-24 | implement suspend and resume | Jacob Meuser |
2009-10-11 | * define a constant for the specification defined maximum number of | Jacob Meuser |
2009-10-11 | this driver doesn't yet support HDMI codecs enough for them to be | Jacob Meuser |
2009-09-09 | move code to enable widget unsolicited event generation into it's | Jacob Meuser |
2009-09-09 | azalia.h: | Jacob Meuser |
2009-06-09 | AD1981HD output amps are weird. they report 63 volume steps but the | Jacob Meuser |
2009-06-09 | quirks for MacBookPro3,1 inspired by FreeBSD's snd_hda. problem | Jacob Meuser |
2009-05-31 | zap _generic from the names of several functions. there are no | Jacob Meuser |
2009-05-31 | - all codecs now use the same functions, always. call the functions | Jacob Meuser |
2009-05-29 | register all GPIO and widget "quirks" in a bitmask instead of using | Jacob Meuser |
2009-05-29 | - if a codec is capable of multichannel playback, try to connect | Jacob Meuser |
2009-05-29 | - when a widget will be considered part of a different widget, record | Jacob Meuser |
2009-05-12 | - try to identify a "main input mixer" | Jacob Meuser |
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 |