Age | Commit message (Expand) | Author |
2019-05-09 | add free sizes | Brent Cook |
2019-05-05 | Harmonize AMD CPU/APU devices. | Mark Kettenis |
2019-04-08 | Make azalia(4) initialize dolby atmos codecs in the resume path. | Stefan Sperling |
2019-04-02 | disable MSI for AMD Summit Ridge/Raven Ridge HD Audio as workaround for audio... | thfr |
2019-03-24 | Add a quirk for the Huawei Matebook X to activate the right-side | Joshua Stein |
2018-04-22 | Use free(9) size argument in azalia_codec_select_dacs(). From | Alexandre Ratchov |
2018-04-22 | Wrap debug-only variable definition in #ifdef AZALIA_DEBUG. From | Alexandre Ratchov |
2018-04-11 | Add mixer save/restore capability to the audio(4) driver and | Alexandre Ratchov |
2018-04-02 | enable snooping on Intel Apollo Lake HD Audio, pt out & ok jsg | Henning Brauer |
2018-01-10 | Make azalia_free_dmamem() void, as its return value is not used. From | Alexandre Ratchov |
2017-12-23 | enable snooping on Intel 200 Series HDA | Jonathan Gray |
2017-09-22 | Move the powering down of all codecs into azalia_halt_corb() after the | Theo Buehler |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-08-10 | Power off all codecs on shutdown to eliminate static noise in speakers | Theo Buehler |
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 |