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