Age | Commit message (Expand) | Author |
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 |
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 | * add GPIO quirk for Dell Vostro 1400 (from FreeBSD) | 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 | remove azalia_generic_mixer_create_virtual and all it's uses. nicer | Jacob Meuser |
2008-12-31 | - avoid using an argument twice, once as a pointer. I just don't | Jacob Meuser |
2008-12-31 | reimplement jack sense/speaker auto muting using unsolicited responses. | Jacob Meuser |
2008-12-28 | get output from the first DAC to the line-out on the MacMini1,1 | Jacob Meuser |
2008-12-26 | don't try to create mutesets for selectors, they are only for | Jacob Meuser |
2008-12-26 | add a function for initializing mixer_devinfo_t off/on enums | Jacob Meuser |
2008-12-26 | nuke unused macros. from Alexey Suslikov. | Jacob Meuser |
2008-12-26 | - recognize a few more realtek codecs | Jacob Meuser |
2008-12-25 | add "virtual" mutes if the "virtual" volume amps have mute capability | Jacob Meuser |
2008-12-24 | typo spotted by Alexey Suslikov | Jacob Meuser |
2008-12-23 | azalia_generic_mixer_pin_sense has nothing to do with pin sense anymore. | Jacob Meuser |
2008-12-23 | add gpio quirk for Dell e6400 | Jacob Meuser |
2008-12-23 | enable beep and CD mixer controls on alc88x codecs if appropriate | Jacob Meuser |
2008-12-23 | add small quirks for certain codecs | Jacob Meuser |
2008-12-23 | remove static mixer configurations wholesale, to make next commit | Jacob Meuser |
2008-12-23 | - recognize some more codecs | 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 | create "_source" mixer items for single connections, but be careful | Jacob Meuser |
2008-12-22 | disable unusable converters | Jacob Meuser |
2008-12-22 | new function azalia_pin_config_ov, used to override configuration | Jacob Meuser |
2008-12-21 | label converter widgets for their place in the converter group. | Jacob Meuser |
2008-12-21 | add mixer_class member to struct widget_t, and define the mixer | Jacob Meuser |
2008-11-30 | oops. don't continue on to the next widget here. there may be other | Jacob Meuser |
2008-11-30 | only put a control in the record class if it is the sole input to | Jacob Meuser |
2008-11-30 | don't rebuild the list of supported formats if it isn't going | Jacob Meuser |
2008-11-30 | - don't access nonexistent converter goups | Jacob Meuser |
2008-11-28 | don't create a _source control on mixers if none of the sources are | Jacob Meuser |
2008-11-28 | AZ_TARGET_PINSENSE -> MI_TARGET_PINSENSE | Jacob Meuser |
2008-11-28 | - remove a couple unneeded checks | Jacob Meuser |
2008-11-28 | - use switch() instead of multiple if else | Jacob Meuser |
2008-11-28 | - DACs don't have connection lists like ADCs do | Jacob Meuser |
2008-11-28 | add paranoia helper function, azalia_nid_to_index. the nid is | Jacob Meuser |
2008-11-27 | widget initialization cleanup: | Jacob Meuser |
2008-11-27 | finally, generic converter grouping that fits our needs and works | Jacob Meuser |
2008-11-19 | Many ALC88x codecs have a fifth DAC at NID 0x25 for 7.1+2 multistreaming. | Christian Weisgerber |
2008-11-19 | the jack sense automatic muting code has many problems, including | Jacob Meuser |
2008-11-17 | - recognize some Conexant codecs. | Jacob Meuser |