Age | Commit message (Expand) | Author |
2017-04-11 | Partially revert previous mallocarray conversions that contain | David Hill |
2017-04-09 | Convert some malloc(9) to mallocarray(9) | David Hill |
2017-03-19 | Enable snooping on Kaby Lake U/Y PCH HDA to avoid audio glitches as we | Jonathan Gray |
2017-02-10 | Update link to intel HDA spec. From | Alexandre Ratchov |
2017-01-10 | Enable snooping on Braswell. Fixes audio distortion on Acer TravelMate | Jonathan Gray |
2016-12-08 | Return ENODEV if playback is requested on devices with no DACs or | Alexandre Ratchov |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2016-04-24 | enable snooping on Intel 100 Series LP HDA | Jonathan Gray |
2016-02-19 | enable snooping on Intel C610 | Jonathan Gray |
2015-12-17 | If CORB/RIRB are not running, log error message unconditonnaly | Alexandre Ratchov |
2015-12-09 | No need to check if size = az->pstream.buffer.size is zero, as | Alexandre Ratchov |
2015-12-07 | enable snooping on Intel 100 Series HDA | Jonathan Gray |
2015-07-29 | Rework buffer position reporting code. | Alexandre Ratchov |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-02-10 | remove some very MD debug code that was reaching into x86 mplocks | David Gwynne |
2015-01-20 | Check for out-of-range indices when searching the default dac and adc. | Alexandre Ratchov |
2015-01-13 | Enable snooping on Bay Trail HD Audio. | Jonathan Gray |
2014-09-24 | Kill two generic DVACT_DEACTIVATE handlers since this event is now | Martin Pieuchot |
2014-08-13 | match on Intel 9 series and 9 series LP PCH, and add 8 series KT to puc | Jonathan Gray |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-10 | remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg | Theo de Raadt |
2014-05-17 | fix format mistakes visible if AZALIA_DEBUG is defined | Alexandre Ratchov |
2014-03-08 | better loop conditions. ok kettenis ratchov sasano | Ted Unangst |
2014-02-25 | Wait for the RIRB DMA engine to come ready. Needed on the audio device | Mark Kettenis |
2013-12-30 | Enable snooping on Lynx Point-LP HD Audio. | Jonathan Gray |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-09 | enable snooping on Intel 8 Series HD Audio | Jonathan Gray |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-24 | Since audio code is mp safe, establish isa and pci audio interrupts | Alexandre Ratchov |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2013-02-09 | Replace a bunch of if () else if () else if () else if () ... with that | Miod Vallat |
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 |