aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-23ALSA: hda - Apply sync-write workaround to old Intel platforms, tooTakashi Iwai1-4/+5
2019-12-21ALSA: hda/hdmi - fix atpx_present when CLASS is not VGAAlex Deucher1-1/+11
2019-12-10ALSA: hda/hdmi - Fix duplicate unref of pci_devLukas Wunner1-1/+0
2019-11-26ALSA: hda/hdmi - enable runtime pm for newer AMD display audioAlex Deucher1-12/+23
2019-11-26ALSA: hda/hdmi - Add new pci ids for AMD GPU display audioAlex Deucher1-0/+14
2019-11-26ALSA: hda/hdmi - fix vgaswitcheroo detection for AMDAlex Deucher1-0/+45
2019-11-15ALSA: hda - remove forced polling workaround for CFL and CNLKai Vehmanen1-6/+0
2019-11-14Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+3
2019-11-11ALSA: hda: Add Cometlake-S PCI IDChiou, Cooper1-0/+3
2019-10-28ALSA: hda - Fix pending unsol events at shutdownTakashi Iwai1-0/+3
2019-10-28Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+7
2019-10-28Revert "ALSA: hda: Flush interrupts on disabling"Takashi Iwai1-1/+1
2019-10-23ALSA: hda: add Intel DSP configuration / probe codeJaroslav Kysela1-34/+15
2019-10-23ALSA: hda: Add Tigerlake/Jasperlake PCI IDPan Xiuli1-0/+6
2019-10-21ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a driverKai-Heng Feng1-1/+7
2019-09-20ALSA: hda - Apply AMD controller workaround for Raven platformTakashi Iwai1-2/+1
2019-08-27ALSA: hda - Allow runtime PM for controller if component notifier is usedTakashi Iwai1-6/+5
2019-08-22Merge branch 'topic/usb-validation' into for-nextTakashi Iwai1-1/+65
2019-08-12ALSA: hda: Set fifo_size for both playback and capture streamsTakashi Iwai1-7/+1
2019-08-09ALSA: hda - Apply workaround for another AMD chip 1022:1487Takashi Iwai1-0/+3
2019-08-08Merge branch 'topic/hda-bus-ops-cleanup' into for-nextTakashi Iwai1-66/+5
2019-08-08ALSA: hda: Direct MMIO accessesTakashi Iwai1-46/+1
2019-08-08ALSA: hda: Remove page allocation redirectionTakashi Iwai1-20/+4
2019-08-07ALSA: hda - Workaround for crackled sound on AMD controller (1022:1457)Takashi Iwai1-1/+62
2019-08-06Merge branch 'for-linus' into for-nextTakashi Iwai1-3/+2
2019-08-02ALSA: hda: Add support of Zhaoxin controllerTony W Wang-oc1-0/+4
2019-07-31Merge branch 'topic/hda-dmic' into for-nextTakashi Iwai1-0/+34
2019-07-31ALSA: hda/intel: stop probe if DMICS are detected on Skylake+ platformsPierre-Louis Bossart1-0/+34
2019-07-25ALSA: hda - Fix intermittent CORB/RIRB stall on Intel chipsTakashi Iwai1-3/+2
2019-07-22ALSA: hda: Flush interrupts on disablingChris Wilson1-1/+1
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-15/+1
2019-06-13ALSA: hda: Add Elkhart Lake PCI IDLai, Poey Seng1-0/+3
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-15/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-05-28ALSA: hda - Force polling mode on CNL for fixing codec communicationBard Liao1-2/+3
2019-05-28ALSA: hda: move polling_mode flag to struct hdac_busBard Liao1-1/+1
2019-05-28ALSA: hda: assign polling_mode after azx_bus_initBard Liao1-4/+4
2019-05-07ALSA: hda/intel: add CometLake PCI IDsPierre-Louis Bossart1-0/+6
2019-04-30ALSA: hda - Register irq handler after the chip initializationTakashi Iwai1-3/+3
2019-04-08ALSA: hda - Add two more machines to the power_save_blacklistHui Wang1-0/+4
2019-03-19ALSA: hda - Don't trigger jackpoll_work in azx_resumeHui Wang1-4/+4
2019-03-18ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklistJaroslav Kysela1-2/+4
2019-02-01ALSA: hda - Serialize codec registrationsTakashi Iwai1-0/+2
2019-01-01ALSA: hda - Revert DSP detection on legacy HD-audio driverTakashi Iwai1-47/+7
2018-12-19ALSA: HD-Audio: SKL+: force HDaudio legacy or SKL+ driver selectionPierre-Louis Bossart1-3/+23
2018-12-19ALSA: HD-Audio: SKL+: abort probe if DSP is present and Skylake driver selectedPierre-Louis Bossart1-7/+27
2018-12-11ALSA: hda: Make snd_hdac_display_power() void functionTakashi Iwai1-8/+1
2018-12-11ALSA: hda/intel: Properly free the display power at error pathTakashi Iwai1-1/+1
2018-12-11ALSA: hda/intel: Drop superfluous AZX_DCAPS_I915_POWERWELL checksTakashi Iwai1-46/+27
2018-12-11ALSA: hda: Refactor display power managementTakashi Iwai1-14/+8