summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda: Add JasperLake PCI ID and codec vidYong Zhi2020-02-011-0/+2
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-01-261-0/+2
|\
| * ALSA: hda: Add Clevo W65_67SB the power_save blacklistHans de Goede2020-01-261-0/+2
* | Merge branch 'for-linus' into for-nextTakashi Iwai2020-01-111-5/+8
|\|
| * ALSA: hda: Rename back to dmic_detect optionTakashi Iwai2020-01-111-5/+8
* | ALSA: hda: More constificationsTakashi Iwai2020-01-051-4/+4
* | Merge branch 'for-linus' into for-nextTakashi Iwai2020-01-051-5/+16
|\|
| * ALSA: hda - Apply sync-write workaround to old Intel platforms, tooTakashi Iwai2019-12-231-4/+5
| * ALSA: hda/hdmi - fix atpx_present when CLASS is not VGAAlex Deucher2019-12-211-1/+11
* | ALSA: hda: Constify snd_pci_quirk tablesTakashi Iwai2020-01-031-4/+4
* | ALSA: hda: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* | ALSA: hda: Unify get_response handlingTakashi Iwai2019-12-131-1/+1
* | ALSA: hda: Support PCM sync_stopTakashi Iwai2019-12-111-1/+3
|/
* ALSA: hda/hdmi - Fix duplicate unref of pci_devLukas Wunner2019-12-101-1/+0
* ALSA: hda/hdmi - enable runtime pm for newer AMD display audioAlex Deucher2019-11-261-12/+23
* ALSA: hda/hdmi - Add new pci ids for AMD GPU display audioAlex Deucher2019-11-261-0/+14
* ALSA: hda/hdmi - fix vgaswitcheroo detection for AMDAlex Deucher2019-11-261-0/+45
* ALSA: hda - remove forced polling workaround for CFL and CNLKai Vehmanen2019-11-151-6/+0
* Merge branch 'for-linus' into for-nextTakashi Iwai2019-11-141-0/+3
|\
| * ALSA: hda: Add Cometlake-S PCI IDChiou, Cooper2019-11-111-0/+3
* | ALSA: hda - Fix pending unsol events at shutdownTakashi Iwai2019-10-281-0/+3
* | Merge branch 'for-linus' into for-nextTakashi Iwai2019-10-281-1/+7
|\|
| * Revert "ALSA: hda: Flush interrupts on disabling"Takashi Iwai2019-10-281-1/+1
| * ALSA: hda: Add Tigerlake/Jasperlake PCI IDPan Xiuli2019-10-231-0/+6
* | ALSA: hda: add Intel DSP configuration / probe codeJaroslav Kysela2019-10-231-34/+15
* | ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a driverKai-Heng Feng2019-10-211-1/+7
|/
* ALSA: hda - Apply AMD controller workaround for Raven platformTakashi Iwai2019-09-201-2/+1
* ALSA: hda - Allow runtime PM for controller if component notifier is usedTakashi Iwai2019-08-271-6/+5
* Merge branch 'topic/usb-validation' into for-nextTakashi Iwai2019-08-221-1/+65
|\
| * ALSA: hda - Apply workaround for another AMD chip 1022:1487Takashi Iwai2019-08-091-0/+3
| * ALSA: hda - Workaround for crackled sound on AMD controller (1022:1457)Takashi Iwai2019-08-071-1/+62
* | ALSA: hda: Set fifo_size for both playback and capture streamsTakashi Iwai2019-08-121-7/+1
* | Merge branch 'topic/hda-bus-ops-cleanup' into for-nextTakashi Iwai2019-08-081-66/+5
|\ \
| * | ALSA: hda: Direct MMIO accessesTakashi Iwai2019-08-081-46/+1
| * | ALSA: hda: Remove page allocation redirectionTakashi Iwai2019-08-081-20/+4
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2019-08-061-3/+2
|\ \ \ | | |/ | |/|
| * | ALSA: hda - Fix intermittent CORB/RIRB stall on Intel chipsTakashi Iwai2019-07-251-3/+2
| |/
* | ALSA: hda: Add support of Zhaoxin controllerTony W Wang-oc2019-08-021-0/+4
* | Merge branch 'topic/hda-dmic' into for-nextTakashi Iwai2019-07-311-0/+34
|\ \
| * | ALSA: hda/intel: stop probe if DMICS are detected on Skylake+ platformsPierre-Louis Bossart2019-07-311-0/+34
| |/
* / ALSA: hda: Flush interrupts on disablingChris Wilson2019-07-221-1/+1
|/
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-081-15/+1
|\
| * Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-15/+1
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* | | ALSA: hda: Add Elkhart Lake PCI IDLai, Poey Seng2019-06-131-0/+3
* | | ALSA: hda: move polling_mode flag to struct hdac_busBard Liao2019-05-281-1/+1
* | | ALSA: hda: assign polling_mode after azx_bus_initBard Liao2019-05-281-4/+4
|/ /
* / ALSA: hda - Force polling mode on CNL for fixing codec communicationBard Liao2019-05-281-2/+3
|/
* ALSA: hda/intel: add CometLake PCI IDsPierre-Louis Bossart2019-05-071-0/+6
* ALSA: hda - Register irq handler after the chip initializationTakashi Iwai2019-04-301-3/+3