summaryrefslogtreecommitdiff
path: root/sys/dev/pci/azalia_codec.c
AgeCommit message (Expand)Author
2017-03-28Add quirk for MacBook Pro 5,5. From Manav Rathi <mnvrth at gmail.com>.Alexandre Ratchov
2015-12-02Add an unmute quirk for IDT 92HD75B3/4 codecs with HP subids.Jonathan Gray
2015-08-24Audio on the T400/T410/T510/T420/T520/X220/X220t docks needs a quirkJonathan Gray
2015-08-21enable beep and CD controls on ALC292Jonathan Gray
2015-08-20Enable audio on Thinkpad docks. Help from jsg@ for the *40 / *50 seriesMike Larkin
2015-08-04add Realtek ALC1150, from Alexandre H. ok deraadtTed Unangst
2015-04-25Add quirk for Cirrus Logic CS4208 which is needed for MacBookAir6,1.James Turner
2014-12-10Add an unmute quirk for HP machines with the IDT 92HD75B1/2 codec.Jonathan Gray
2014-11-17Add quirks for the "Realtek ALC885" found on MacMini3.1, unmutes theLandry Breuil
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-05-25fix format mistakes when AZALIA_DEBUG is definedAlexandre Ratchov
2014-01-06Recognize the ALC292Brad Smith
2014-01-02enable beep controls on ALC221 and ALC269 as wellJonathan Gray
2014-01-02enable beep and CD controls on ALC282Jonathan Gray
2013-11-09recognise Realtek ALC221Jonathan Gray
2013-10-06Add quirk for ALC260 found on Acer Extensa 6700.Raphael Graf
2013-05-27Fix edge cases of uninitialized variables. In my tree for too long, I evenMiod Vallat
2013-05-24MacBookAir4,1 needs the same unmute quirk as MacBookAir3,1Jonathan Gray
2012-11-30Fix speakers on Apple MacBook Air 2010, they require gpio unmuting.Stuart Henderson
2010-09-10if the speaker is muted because headphones are plugged in, don'tJacob Meuser
2010-08-23* if there's an error setting indirect more for a volume knob widget,Jacob Meuser
2010-08-08convert printf()s that can happen in the resume path to DPRINTF()s.Jacob Meuser
2010-08-07restore unsolicited responses from volume knob widgetsJacob Meuser
2010-06-27don't probe "volume knobs" on resume. probably not needed andJacob Meuser
2010-06-27check if the jacks that will mute the speaker can generate unsolicitedJacob Meuser
2010-06-27GPIO quirk for IDT 92HD71B7 in HP laptops (such as HP HDX 18)Jacob Meuser
2010-06-26make sure widgets are connected to usable widgets by default.Jacob Meuser
2010-03-21another macbook that needs reference voltage for output.Jacob Meuser
2010-03-21deal with the possibility of two internal speaker pins, like onJacob Meuser
2010-02-11"unmute" GPIO 0 on all Dell machines with IDT 92HD71B7 codecs.Jacob Meuser
2010-02-01unmute GPIO 0 on IDT 92HD73C1 codecs found in Dell machinesJacob Meuser
2009-11-03gpio quirk for Dell Precision M4400. from Geoff Sanders. thanks!Jacob Meuser
2009-10-20recognize the VIA VT1702 codecKevin Lo
2009-09-12GPIO quirk for Dell Inspiron 1400Jacob Meuser
2009-09-09move code to enable widget unsolicited event generation into it'sJacob Meuser
2009-09-09handle mixer get/set requests for class type mixer items in the underlyingJacob Meuser
2009-09-09make sure node id for stream mode mixer items is validJacob Meuser
2009-06-26the 'inputs.usingdac' mixer item was used to select which group ofJacob Meuser
2009-06-09AD1981HD output amps are weird. they report 63 volume steps but theJacob Meuser
2009-06-09quirks for MacBookPro3,1 inspired by FreeBSD's snd_hda. problemJacob Meuser
2009-05-31zap _generic from the names of several functions. there are noJacob Meuser
2009-05-31- all codecs now use the same functions, always. call the functionsJacob Meuser
2009-05-31remove special handling for STAC9225 (aka STAC7661). it was justJacob Meuser
2009-05-29register all GPIO and widget "quirks" in a bitmask instead of usingJacob Meuser
2009-05-29if a control in outputs.master.slaves is muted, don't change it'sJacob Meuser
2009-05-25Add Dell Latitude E5500 to the mute quirk list.Robert Nagy
2009-05-17recognize more Analog Devices codecsJacob Meuser
2009-05-12- try to identify a "main input mixer"Jacob Meuser