summaryrefslogtreecommitdiff
path: root/sys/dev/pci/azalia.c
AgeCommit message (Expand)Author
2012-10-19andre.s@list.ru has a laptop which does not bring the azalia out ofTheo de Raadt
2012-08-12Make sure snooping is enabled on Intel 7 Series HD Audio.Mark Kettenis
2012-05-10Enable PCI snoop on the AMD Hudson 2. With help from Juan FranciscoAlexandre Ratchov
2011-09-19Make sure snooping is enabled on Intel HDA variants. Fixes audio on myMark Kettenis
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-06-02Enable MSI.Mark Kettenis
2011-06-02Move the code that disables MSI out of azalia_configure_pci(), such that weMark Kettenis
2011-04-24in azalia_intr():Jacob Meuser
2011-04-10bring back changes in r 1.192:Jacob Meuser
2011-04-08backout previous (which has some interrupt spin problem, sort of diagnosedTheo de Raadt
2011-04-04detach happens after the hardware is gone, so don't try to touchJacob Meuser
2011-03-04gather most pci conf register manipulation into a new function,Jacob Meuser
2011-02-17if changing the default speaker connection, be sure it's both aJacob Meuser
2011-02-17the number of widget connections isn't necessarily the same as theJacob Meuser
2010-09-12silly me. use the switch() variable, not the case value.Jacob Meuser
2010-09-12use audio(4) DVACT_{QUIESCE,RESUME}Jacob Meuser
2010-08-31remove a comment suggesting that azalia needs a powerhookTheo de Raadt
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-31do not return EOPNOTSUPP for unknown activate actionsTheo de Raadt
2010-08-08convert printf()s that can happen in the resume path to DPRINTF()s.Jacob Meuser
2010-08-08highly recommend that DVACT_{SUSPEND,RESUME} return 0 unless you want to trig...Theo de Raadt
2010-08-07quiet "missed interrupt" messages. requested by deraadt.Jacob Meuser
2010-08-07restore unsolicited responses from volume knob widgetsJacob Meuser
2010-08-06reenabling unsolicited responses in the resume path was lost inJacob Meuser
2010-08-06no need to save/restore the state of the master volumeJacob Meuser
2010-08-06since r1.171 pin widgets get fully reinitialized on resume, whichJacob Meuser
2010-08-06attempt to deal with situations where the hardware has processed moreJacob Meuser
2010-07-29flag if an error during attach caused us to detach our resources, andJacob Meuser
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-06-27don't probe "volume knobs" on resume. probably not needed andJacob Meuser
2010-04-20- an unsolicited response contains the codec address, not the codecJacob Meuser
2010-04-04Reinitialize pins upon resume. Makes audio work after resume on machinesMark Kettenis
2010-04-03You cannot save a pointer to your attach arguments and expect it to pointMark Kettenis
2010-03-25disable MSI on Intel devicesJacob Meuser
2010-03-21deal with the possibility of two internal speaker pins, like onJacob Meuser
2010-03-16eek! negative array offsets are bad. don't allow them.Jacob Meuser
2009-12-24do not run the unsolicited event queue from the interrupt handler.Jacob Meuser
2009-12-22treat the front headphone jack more like a built-in speaker. make it'sJacob Meuser
2009-12-15don't make mixer items for vendor widgets. we don't know what they do.Jacob Meuser
2009-12-15mono ouputs shouldn't be candidates for exclusive inclusion in theJacob Meuser
2009-11-24implement suspend and resumeJacob Meuser
2009-11-23Add azalia(4) suspend/resume stabs, now some laptops can go all the way.Paul Irofti
2009-11-11fix memory leak found by parfaitJacob Meuser
2009-10-27encode the channels a converter will convert into the converter'sJacob Meuser
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-10-11* define a constant for the specification defined maximum number ofJacob Meuser
2009-10-11* start all "initialization failure" messages with lowercase letter.Jacob Meuser
2009-10-11this driver doesn't yet support HDMI codecs enough for them to beJacob Meuser
2009-10-08set a couple bits in the pci configuration space for nvidia hdaJacob Meuser
2009-09-14don't try to manipulate an invalid node. fixes codec detectionJacob Meuser