summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_intel.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70qKailang Yang1-0/+1
2023-06-09ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor IDs.jasontao1-0/+21
2023-03-22ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU()Bjorn Helgaas1-2/+3
2022-11-16ALSA: hda/hdmi - enable runtime pm for more AMD display audioEvan Quan1-0/+3
2022-10-15ALSA: hda: Fix position reporting on PoulsboTakashi Iwai1-1/+2
2022-09-28ALSA: hda: add Intel 5 Series / 3400 PCI DIDKai Vehmanen1-0/+2
2022-02-23ALSA: hda: Fix missing codec probe on Shenker Dock 15Takashi Iwai1-0/+1
2022-02-23ALSA: hda: Fix regression on forced probe mask optionTakashi Iwai1-2/+2
2021-12-17ALSA: hda: Add Intel DG2 PCI ID and HDMI codec vidKai Vehmanen1-1/+11
2021-11-18ALSA: hda: Use position buffer for SKL+ againTakashi Iwai1-22/+1
2021-11-18ALSA: hda: Fix hang during shutdown due to link resetImre Deak1-3/+9
2021-11-18ALSA: hda: Release controller display power during shutdown/rebootImre Deak1-11/+11
2021-11-18ALSA: hda: Reduce udelay() at SKL+ position reportingTakashi Iwai1-5/+23
2021-11-18ALSA: hda: Free card instance properly at probe errorsTakashi Iwai1-1/+2
2021-10-27ALSA: hda: intel: Allow repeatedly probing on codec configuration errorsTakashi Iwai1-6/+23
2021-04-07ALSA: hda: Add missing sanity checks in PM prepare/complete callbacksTakashi Iwai1-0/+6
2021-04-07ALSA: hda: Re-add dropped snd_poewr_change_state() callsTakashi Iwai1-0/+2
2021-03-17ALSA: hda: Flush pending unsolicited events before suspendTakashi Iwai1-0/+2
2021-03-04ALSA: hda: Add another CometLake-H PCI IDKai Vehmanen1-0/+2
2021-02-07ALSA: hda: Add Cometlake-R PCI IDKai-Chuan Hsieh1-0/+3
2021-02-07ALSA: hda: Add AlderLake-P PCI ID and HDMI codec vidKai Vehmanen1-0/+3
2021-01-12ALSA: hda/via: Fix runtime PM for Clevo W35xSSTakashi Iwai1-2/+0
2020-11-16ALSA: hda: Add Alderlake-S PCI ID and HDMI codec vidKai Vehmanen1-0/+3
2020-10-28ALSA: hda: Reinstate runtime_allow() for all hda controllersKai-Heng Feng1-0/+1
2020-10-28ALSA: hda: Separate runtime and system suspendKai-Heng Feng1-28/+34
2020-10-12ALSA: hda: fix jack detection with Realtek codecs when in D3Kai Vehmanen1-6/+8
2020-09-21ALSA: hda - controller is in GPU on the DG1Kai Vehmanen1-1/+2
2020-09-21ALSA: hda - add Intel DG1 PCI and HDMI idsKai Vehmanen1-0/+3
2020-09-02ALSA: hda: add dev_dbg log when driver is not selectedPierre-Louis Bossart1-2/+3
2020-08-25Revert "ALSA: hda: Add support for Loongson 7A1000 controller"Tiezhu Yang1-2/+0
2020-08-03Revert "ALSA: hda: call runtime_allow() for all hda controllers"Hui Wang1-1/+0
2020-08-03Merge branch 'for-next' into for-linusTakashi Iwai1-23/+23
2020-07-27ALSA: hda: Workaround for spurious wakeups on some Intel platformsTakashi Iwai1-3/+14
2020-07-17ALSA: hda: Add support for Loongson 7A1000 controllerKaige Li1-0/+2
2020-07-15ALSA: hda: Replace the words white/blacklistTakashi Iwai1-13/+13
2020-06-19ALSA: hda: Enable sync-write operation as default for all controllersTakashi Iwai1-9/+7
2020-06-18ALSA: hda: Intel: add missing PCI IDs for ICL-H, TGL-H and EKLPierre-Louis Bossart1-0/+8
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-03ALSA: hda: add sienna_cichlid audio asic id for sienna_cichlid upHersen Wu1-0/+3
2020-04-24ALSA: hda: Match both PCI ID and SSID for driver blacklistTakashi Iwai1-4/+5
2020-04-23ALSA: hda: Always use jackpoll helper for jack update after resumeTakashi Iwai1-15/+2
2020-04-20ALSA: hda: Remove ASUS ROG Zenith from the blacklistTakashi Iwai1-1/+0
2020-04-14ALSA: hda: call runtime_allow() for all hda controllersHui Wang1-0/+1
2020-04-13ALSA: hda: Explicitly permit using autosuspend if runtime PM is supportedRoy Spliet1-1/+3
2020-04-13ALSA: hda: Skip controller resume if not neededTakashi Iwai1-11/+27
2020-04-13ALSA: hda: Keep the controller initialization even if no codecs foundTakashi Iwai1-5/+7
2020-04-13ALSA: hda: Release resources at error in delayed probeTakashi Iwai1-13/+16
2020-04-13ALSA: hda: Honor PM disablement in PM freeze and thaw_noirq opsTakashi Iwai1-0/+4
2020-04-13ALSA: hda: Don't release card at firmware loading errorTakashi Iwai1-14/+5