summaryrefslogtreecommitdiffstats
path: root/sound/hda
Commit message (Expand)AuthorAgeFilesLines
* ALSA: HDA: export process_unsol_events()Keyon Jie2018-12-191-4/+3
* ALSA: hda: Make snd_hdac_display_power() void functionTakashi Iwai2018-12-111-6/+2
* ALSA: hda: Refactor display power managementTakashi Iwai2018-12-112-30/+22
* Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-10-251-8/+14
|\
| * Merge branch 'for-linus' into for-nextTakashi Iwai2018-10-042-6/+13
| |\
| * | ALSA: hda: Fix mismatch for register mask and value in ext controller.Keyon Jie2018-10-021-8/+14
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown2018-10-211-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| | * | regmap: split up regmap_config.use_single_rwDavid Frey2018-09-071-1/+2
| |/ /
* | | ALSA: hda: Fix the audio-component completion timeoutTakashi Iwai2018-09-201-1/+3
* | | Merge tag 'asoc-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai2018-09-171-5/+10
|\ \ \ | |_|/ |/| |
| * | sound: don't call skl_init_chip() to reset intel skl socYu Zhao2018-09-121-3/+4
| * | sound: enable interrupt after dma buffer initializationYu Zhao2018-09-121-2/+6
* | | ALSA: hda: Fix several mismatch for register mask and valueKeyon Jie2018-09-031-15/+7
| |/ |/|
* | ALSA: hda: Proper endian notations for BDL pointersTakashi Iwai2018-07-271-2/+2
* | ALSA: hda: Fix implicit PCM format type conversionTakashi Iwai2018-07-271-1/+1
* | ALSA: hda/i915: Allow delayed i915 audio component bindingTakashi Iwai2018-07-241-2/+22
|/
* ALSA: hda: Make audio component support more genericTakashi Iwai2018-07-174-332/+354
* ALSA: hda/i915: Associate audio component with devresTakashi Iwai2018-07-171-13/+21
* drm/i915: Split audio component to a generic typeTakashi Iwai2018-07-171-19/+21
* ALSA: hdac: add extended ops in the hdac_busRakesh Ughreja2018-06-281-1/+3
* ALSA: hdac: remove memory allocation from snd_hdac_ext_bus_device_initRakesh Ughreja2018-06-281-6/+2
* ALSA: hdac: ext: add wait for codec to respond after link resetRakesh Ughreja2018-06-281-0/+9
* ALSA: hdac: Remove usage of struct hdac_ext_driver, use hdac_driver insteadRakesh Ughreja2018-06-281-16/+14
* ALSA: hdac: Remove usage of struct hdac_ext_bus and use hdac_bus insteadRakesh Ughreja2018-06-283-102/+84
* ALSA: hdac: Remove usage of struct hdac_ext_device and use hdac_device insteadRakesh Ughreja2018-06-281-15/+10
* ALSA: hda - Use a macro for snd_array iteration loopsTakashi Iwai2018-04-241-2/+2
* ALSA: hda: Copying sync power state helper to coreAbhijeet Kumar2018-02-121-0/+35
*-. Merge remote-tracking branches 'asoc/topic/dai-drv', 'asoc/topic/davinci', 'a...Mark Brown2018-01-051-1/+1
|\ \
| * | ASoC: hdac_hdmi: clean up hdac_device variable namesUghreja, Rakesh A2017-12-011-1/+1
| |/
* / ALSA: hda: Drop useless WARN_ON()Takashi Iwai2017-12-221-1/+1
|/
* ALSA: hda: Fix too short HDMI/DP chmap reportingTakashi Iwai2017-11-171-1/+1
* Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-134-0/+4
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* | Merge branch 'for-next' into for-linusTakashi Iwai2017-11-134-34/+61
|\ \ | |/ |/|
| * ALSA: hda: Abort capability probe on invalid capabilityRakesh Ughreja2017-10-241-1/+2
| * ALSA: hda: Avoid racy recreation of widget kobjectsTakashi Iwai2017-10-193-33/+59
* | ALSA: hda: Abort capability probe at invalid register readTakashi Iwai2017-10-181-0/+5
|/
* ALSA: hda: constify pci_device_id.Arvind Yadav2017-07-181-1/+1
* ALSA: hda: Fix potential race at unregistration and unsol eventsTakashi Iwai2017-06-202-0/+2
* ALSA: hda: Fix cpu lockup when stopping the cmd dmasJeeja KP2017-05-101-0/+4
* Merge tag 'asoc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2017-05-021-1/+1
|\
| * Merge branch 'topic/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2017-03-291-1/+1
| |\
| | * ALSA: hda: Fix LLCH register readB, Jayachandran2017-03-291-1/+1
* | | ALSA: hda - add more ML register definitionsLibin Yang2017-04-071-3/+3
* | | ALSA: hda - Avoid tricky macrosTakashi Iwai2017-04-032-3/+3
|/ /
* | Merge tag 'v4.10-rc1' into asoc-intelMark Brown2017-01-242-9/+15
|\ \
| * | clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-3/+3
| * | Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-10-251-6/+12
| |\ \ | | |/ | |/|
| | * drm/i915/dp: DP audio API changes for MSTPandiyan, Dhinakaran2016-09-221-6/+12
* | | ALSA: hda: check stream decoupled register stateJeeja KP2017-01-061-6/+9
|/ /