Age | Commit message (Expand) | Author |
2013-11-09 | recognise Realtek ALC221 | Jonathan Gray |
2013-10-06 | Add quirk for ALC260 found on Acer Extensa 6700. | Raphael Graf |
2013-05-27 | Fix edge cases of uninitialized variables. In my tree for too long, I even | Miod Vallat |
2013-05-24 | MacBookAir4,1 needs the same unmute quirk as MacBookAir3,1 | Jonathan Gray |
2012-11-30 | Fix speakers on Apple MacBook Air 2010, they require gpio unmuting. | Stuart Henderson |
2010-09-10 | if the speaker is muted because headphones are plugged in, don't | Jacob Meuser |
2010-08-23 | * if there's an error setting indirect more for a volume knob widget, | Jacob Meuser |
2010-08-08 | convert printf()s that can happen in the resume path to DPRINTF()s. | 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-06-27 | check if the jacks that will mute the speaker can generate unsolicited | Jacob Meuser |
2010-06-27 | GPIO quirk for IDT 92HD71B7 in HP laptops (such as HP HDX 18) | Jacob Meuser |
2010-06-26 | make sure widgets are connected to usable widgets by default. | Jacob Meuser |
2010-03-21 | another macbook that needs reference voltage for output. | Jacob Meuser |
2010-03-21 | deal with the possibility of two internal speaker pins, like on | Jacob Meuser |
2010-02-11 | "unmute" GPIO 0 on all Dell machines with IDT 92HD71B7 codecs. | Jacob Meuser |
2010-02-01 | unmute GPIO 0 on IDT 92HD73C1 codecs found in Dell machines | Jacob Meuser |
2009-11-03 | gpio quirk for Dell Precision M4400. from Geoff Sanders. thanks! | Jacob Meuser |
2009-10-20 | recognize the VIA VT1702 codec | Kevin Lo |
2009-09-12 | GPIO quirk for Dell Inspiron 1400 | Jacob Meuser |
2009-09-09 | move code to enable widget unsolicited event generation into it's | Jacob Meuser |
2009-09-09 | handle mixer get/set requests for class type mixer items in the underlying | Jacob Meuser |
2009-09-09 | make sure node id for stream mode mixer items is valid | Jacob Meuser |
2009-06-26 | the 'inputs.usingdac' mixer item was used to select which group of | 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-31 | remove special handling for STAC9225 (aka STAC7661). it was just | Jacob Meuser |
2009-05-29 | register all GPIO and widget "quirks" in a bitmask instead of using | Jacob Meuser |
2009-05-29 | if a control in outputs.master.slaves is muted, don't change it's | Jacob Meuser |
2009-05-25 | Add Dell Latitude E5500 to the mute quirk list. | Robert Nagy |
2009-05-17 | recognize more Analog Devices codecs | Jacob Meuser |
2009-05-12 | - try to identify a "main input mixer" | Jacob Meuser |
2009-05-01 | recognize several more IDT/Sigmatel codecs. IDs taken from the codecs' | Jacob Meuser |
2009-05-01 | allow jack sensing to mute the DAC the speaker is connected to by | Jacob Meuser |
2009-04-27 | it's easier to have the speaker dac in the converter group than | Jacob Meuser |
2009-04-25 | beep generators are input endpoints. but ther are not supposed | Jacob Meuser |
2009-04-24 | remove no longer needed workaround | Jacob Meuser |
2009-04-24 | the internal/fixed speaker is special. the dac it connects to | Jacob Meuser |
2009-04-24 | use the direction/association/sequence ordered lists of i/o pins to | Jacob Meuser |
2009-04-24 | drop _generic from azalia_generic_codec_fnode(). there will not | Jacob Meuser |
2009-01-24 | fix a couple mistakes from rev 1.109 | Jacob Meuser |
2009-01-07 | Add Dell Latitude E6500 to mute quirk. This makes my shiny E6500 play some | Marco Peereboom |
2009-01-05 | allow sense capable pins to mute the speaker by disabling the output | Jacob Meuser |
2009-01-05 | expand the _dir controls for output pins to also be able to select | Jacob Meuser |
2009-01-05 | no longer needed codec specific code | Jacob Meuser |
2009-01-05 | use AUDIO_MIXER_SET instead of AUDIO_MIXER_ENUM to display mixers | Jacob Meuser |
2009-01-04 | some mixers don't use input amp muting to "select" their sources. | Jacob Meuser |
2009-01-03 | - configure volume knob widgets for indirect mode, which means they no | Jacob Meuser |