Age | Commit message (Expand) | Author |
2024-05-17 | The INTSTS register is read-only, so the attempt to clear interrupts | Mark Kettenis |
2024-03-06 | match on Intel Meteor Lake U/H/U-Type4 | Jonathan Gray |
2023-11-23 | match on Alder Lake-N ids | Jonathan Gray |
2023-07-30 | Attach "Intel 700 Series HD Audio" (0x51ca). The audio device on vaio | YASUOKA Masahiko |
2023-02-21 | Attach Apollo Lake HD Audio device, enabling audio on machines with it. | Brian Callahan |
2023-02-05 | match on Elkhart Lake | Jonathan Gray |
2022-11-05 | match on Intel 500 Series HD Audio (0x43c8) | Jonathan Gray |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-24 | enable snooping on Intel 700 Series | Jonathan Gray |
2022-10-19 | Use C99 struct init for struct audio_hw_if | Klemens Nanni |
2022-10-18 | Remove unused AUDIO_PROP_{MMAP,INDEPENDENT} | Klemens Nanni |
2022-09-08 | match on Intel 600 Series LP HD Audio (0x51c8) | Jonathan Gray |
2022-08-24 | match on Intel 400 Series LP HD Audio (0x02c8) | Jonathan Gray |
2022-06-21 | add Intel 600 Series LP | Jonathan Gray |
2022-06-04 | match on Gemini Lake HD Audio (0x3198) | Jonathan Gray |
2022-04-01 | match on Intel 300 Series audio (0xa348) | Jonathan Gray |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-01-11 | match on Intel Jasper Lake | Jonathan Gray |
2022-01-09 | spelling | Jonathan Gray |
2021-10-30 | enable snooping on Intel 600 Series | Jonathan Gray |
2021-10-26 | Improve unhibernate performance (30% on some machines, another upcoming diff | Theo de Raadt |
2021-08-09 | If an error during attach caused us to detach our resources, | Kevin Lo |
2021-06-11 | enable snooping on Z590 HDA | Jonathan Gray |
2021-05-30 | match on Intel 500 Series LP HDA | Jonathan Gray |
2021-05-19 | match on Intel 500 Series PCH ids | Jonathan Gray |
2021-04-20 | Allow INTEL 400SERIES cAVS to attach the azalia(4) driver | Alexandre Ratchov |
2020-10-25 | enable snooping on more Intel devices | Jonathan Gray |
2020-10-25 | enable snooping on more AMD devices | Jonathan Gray |
2020-06-09 | match on Intel 200 Series HD Audio pci id | Jonathan Gray |
2020-05-31 | match on pci id for azalia device with wrong subclass | Jonathan Gray |
2020-04-18 | Disable MSI for AMD Hudson2 HDA to fix random lock ups. | Alexandre Ratchov |
2020-01-04 | remove AMD64 strings from pcidevs | Jonathan Gray |
2019-10-14 | Rename AZ_QRK_WID_SPKR2_DAC and AZ_QRK_WID_DOLBY_ATMOS to make it | Joshua Stein |
2019-09-10 | Prevents the block size from exceeding the requested one when a huge | Alexandre Ratchov |
2019-09-05 | Use the new set_{blksz,nblks}() interface to set the block size. | Alexandre Ratchov |
2019-08-13 | azalia: add quirk for speaker routing on ThinkPad X1C7 | Joshua Stein |
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 |