| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a quirk for the Huawei Matebook X to activate the right-side |  jcs | 2019-03-24 | 1 | -1/+4 |
* | Remove drain(), query_encoding(), mappage() and get_default_params() |  ratchov | 2016-09-14 | 1 | -3/+1 |
* | Audio on the T400/T410/T510/T420/T520/X220/X220t docks needs a quirk |  jsg | 2015-08-24 | 1 | -1/+2 |
* | Enable audio on Thinkpad docks. Help from jsg@ for the *40 / *50 series |  mlarkin | 2015-08-20 | 1 | -1/+3 |
* | if the speaker is muted because headphones are plugged in, don't |  jakemsr | 2010-09-10 | 1 | -1/+2 |
* | restore unsolicited responses from volume knob widgets |  jakemsr | 2010-08-07 | 1 | -2/+2 |
* | don't probe "volume knobs" on resume. probably not needed and |  jakemsr | 2010-06-27 | 1 | -2/+2 |
* | deal with the possibility of two internal speaker pins, like on |  jakemsr | 2010-03-21 | 1 | -2/+3 |
* | treat the front headphone jack more like a built-in speaker. make it's |  jakemsr | 2009-12-22 | 1 | -1/+2 |
* | implement suspend and resume |  jakemsr | 2009-11-24 | 1 | -1/+6 |
* | * define a constant for the specification defined maximum number of |  jakemsr | 2009-10-11 | 1 | -1/+2 |
* | this driver doesn't yet support HDMI codecs enough for them to be |  jakemsr | 2009-10-11 | 1 | -1/+7 |
* | move code to enable widget unsolicited event generation into it's |  jakemsr | 2009-09-09 | 1 | -1/+3 |
* | azalia.h: |  jakemsr | 2009-09-09 | 1 | -8/+3 |
* | AD1981HD output amps are weird. they report 63 volume steps but the |  jakemsr | 2009-06-09 | 1 | -1/+3 |
* | quirks for MacBookPro3,1 inspired by FreeBSD's snd_hda. problem |  jakemsr | 2009-06-09 | 1 | -1/+2 |
* | zap _generic from the names of several functions. there are no |  jakemsr | 2009-05-31 | 1 | -3/+3 |
* | - all codecs now use the same functions, always. call the functions |  jakemsr | 2009-05-31 | 1 | -7/+9 |
* | register all GPIO and widget "quirks" in a bitmask instead of using |  jakemsr | 2009-05-29 | 1 | -2/+19 |
* | - if a codec is capable of multichannel playback, try to connect |  jakemsr | 2009-05-29 | 1 | -1/+3 |
* | - when a widget will be considered part of a different widget, record |  jakemsr | 2009-05-29 | 1 | -1/+2 |
* | - try to identify a "main input mixer" |  jakemsr | 2009-05-12 | 1 | -1/+2 |
* | allow jack sensing to mute the DAC the speaker is connected to by |  jakemsr | 2009-05-01 | 1 | -1/+6 |
* | drop _generic from azalia_generic_codec_fnode(). there will not |  jakemsr | 2009-04-24 | 1 | -1/+2 |
* | create lists of analog and digital input and output pins. store |  jakemsr | 2009-04-24 | 1 | -1/+16 |
* | after all widgets have been initialized, loop through all widgets |  jakemsr | 2009-04-24 | 1 | -8/+13 |
* | expand the _dir controls for output pins to also be able to select |  jakemsr | 2009-01-05 | 1 | -1/+2 |
* | remove now unused macros |  jakemsr | 2009-01-05 | 1 | -7/+1 |
* | use AUDIO_MIXER_SET instead of AUDIO_MIXER_ENUM to display mixers |  jakemsr | 2009-01-05 | 1 | -1/+2 |
* | - configure volume knob widgets for indirect mode, which means they no |  jakemsr | 2009-01-03 | 1 | -1/+4 |
* | - get rid of the function that was mostly just a wrapper for the old |  jakemsr | 2009-01-02 | 1 | -2/+2 |
* | add macros for setting/getting GPIO polarity instead of using |  jakemsr | 2009-01-02 | 1 | -1/+3 |
* | this is what I really wanted with r1.100 of azalia.c - fixed mics |  jakemsr | 2009-01-02 | 1 | -2/+3 |
* | now that some devices will get output from/to two different sources/ |  jakemsr | 2009-01-02 | 1 | -1/+3 |
* | - store information about relevant volume controls along both |  jakemsr | 2009-01-02 | 1 | -1/+16 |
* | reimplement jack sense/speaker auto muting using unsolicited responses. |  jakemsr | 2008-12-31 | 1 | -1/+4 |
* | builtin speakers and headphone jacks have an interesting relationship. |  jakemsr | 2008-12-31 | 1 | -1/+7 |
* | a) a widget's nid is always it's index in the codec's widget list. |  jakemsr | 2008-12-23 | 1 | -1/+2 |
* | - expand/add macros for pin configuration manipulation |  jakemsr | 2008-12-22 | 1 | -6/+14 |
* | add mixer_class member to struct widget_t, and define the mixer |  jakemsr | 2008-12-21 | 1 | -1/+6 |
* | - AZ_MAX_SENSE_PINS -> HDA_MAX_SENSE_PINS |  jakemsr | 2008-11-30 | 1 | -5/+5 |
* | AZ_TARGET_PINSENSE -> MI_TARGET_PINSENSE |  jakemsr | 2008-11-28 | 1 | -2/+2 |
* | check the jack detect override bit before creating jack sense mixer |  jakemsr | 2008-11-28 | 1 | -1/+3 |
* | - use switch() instead of multiple if else |  jakemsr | 2008-11-28 | 1 | -1/+2 |
* | widget initialization cleanup: |  jakemsr | 2008-11-27 | 1 | -10/+2 |
* | the jack sense automatic muting code has many problems, including |  jakemsr | 2008-11-19 | 1 | -1/+6 |
* | remove unused macros, partly from Alexey Suslikov |  jakemsr | 2008-11-05 | 1 | -2/+1 |
* | implement azalia_create_encodings, which scans through the supported |  jakemsr | 2008-11-04 | 1 | -2/+3 |
* | volume scaling/setting cleanup: |  jakemsr | 2008-11-04 | 1 | -2/+1 |
* | Add S/PDIF support. From NetBSD. |  jakemsr | 2008-10-16 | 1 | -5/+16 |