summaryrefslogtreecommitdiff
path: root/sys/dev/pci/azalia.c
AgeCommit message (Expand)Author
2024-05-17The INTSTS register is read-only, so the attempt to clear interruptsMark Kettenis
2024-03-06match on Intel Meteor Lake U/H/U-Type4Jonathan Gray
2023-11-23match on Alder Lake-N idsJonathan Gray
2023-07-30Attach "Intel 700 Series HD Audio" (0x51ca). The audio device on vaioYASUOKA Masahiko
2023-02-21Attach Apollo Lake HD Audio device, enabling audio on machines with it.Brian Callahan
2023-02-05match on Elkhart LakeJonathan Gray
2022-11-05match on Intel 500 Series HD Audio (0x43c8)Jonathan Gray
2022-10-26Make audio(9) get_props() optional, remove it from duplex driversKlemens Nanni
2022-10-24enable snooping on Intel 700 SeriesJonathan Gray
2022-10-19Use C99 struct init for struct audio_hw_ifKlemens Nanni
2022-10-18Remove unused AUDIO_PROP_{MMAP,INDEPENDENT}Klemens Nanni
2022-09-08match on Intel 600 Series LP HD Audio (0x51c8)Jonathan Gray
2022-08-24match on Intel 400 Series LP HD Audio (0x02c8)Jonathan Gray
2022-06-21add Intel 600 Series LPJonathan Gray
2022-06-04match on Gemini Lake HD Audio (0x3198)Jonathan Gray
2022-04-01match on Intel 300 Series audio (0xa348)Jonathan Gray
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-01-11match on Intel Jasper LakeJonathan Gray
2022-01-09spellingJonathan Gray
2021-10-30enable snooping on Intel 600 SeriesJonathan Gray
2021-10-26Improve unhibernate performance (30% on some machines, another upcoming diffTheo de Raadt
2021-08-09If an error during attach caused us to detach our resources,Kevin Lo
2021-06-11enable snooping on Z590 HDAJonathan Gray
2021-05-30match on Intel 500 Series LP HDAJonathan Gray
2021-05-19match on Intel 500 Series PCH idsJonathan Gray
2021-04-20Allow INTEL 400SERIES cAVS to attach the azalia(4) driverAlexandre Ratchov
2020-10-25enable snooping on more Intel devicesJonathan Gray
2020-10-25enable snooping on more AMD devicesJonathan Gray
2020-06-09match on Intel 200 Series HD Audio pci idJonathan Gray
2020-05-31match on pci id for azalia device with wrong subclassJonathan Gray
2020-04-18Disable MSI for AMD Hudson2 HDA to fix random lock ups.Alexandre Ratchov
2020-01-04remove AMD64 strings from pcidevsJonathan Gray
2019-10-14Rename AZ_QRK_WID_SPKR2_DAC and AZ_QRK_WID_DOLBY_ATMOS to make itJoshua Stein
2019-09-10Prevents the block size from exceeding the requested one when a hugeAlexandre Ratchov
2019-09-05Use the new set_{blksz,nblks}() interface to set the block size.Alexandre Ratchov
2019-08-13azalia: add quirk for speaker routing on ThinkPad X1C7Joshua Stein
2019-05-09add free sizesBrent Cook
2019-05-05Harmonize AMD CPU/APU devices.Mark Kettenis
2019-04-08Make azalia(4) initialize dolby atmos codecs in the resume path.Stefan Sperling
2019-04-02disable MSI for AMD Summit Ridge/Raven Ridge HD Audio as workaround for audio...thfr
2019-03-24Add a quirk for the Huawei Matebook X to activate the right-sideJoshua Stein
2018-04-22Use free(9) size argument in azalia_codec_select_dacs(). FromAlexandre Ratchov
2018-04-22Wrap debug-only variable definition in #ifdef AZALIA_DEBUG. FromAlexandre Ratchov
2018-04-11Add mixer save/restore capability to the audio(4) driver andAlexandre Ratchov
2018-04-02enable snooping on Intel Apollo Lake HD Audio, pt out & ok jsgHenning Brauer
2018-01-10Make azalia_free_dmamem() void, as its return value is not used. FromAlexandre Ratchov
2017-12-23enable snooping on Intel 200 Series HDAJonathan Gray
2017-09-22Move the powering down of all codecs into azalia_halt_corb() after theTheo Buehler