aboutsummaryrefslogtreecommitdiffstats
path: root/sound/hda (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2019-05-092-2/+1
|\
| * ALSA: hda: Initialize ext-bus-specific fields in snd_hdac_bus_init(), tooTakashi Iwai2019-04-132-2/+1
* | BackMerge v5.1-rc5 into drm-nextDave Airlie2019-04-153-2/+6
|\|
| * Merge tag 'asoc-fix-v5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai2019-04-112-4/+6
| |\
| * | ALSA: hda: Fix racy display power accessTakashi Iwai2019-04-103-2/+6
* | | Merge tag 'drm-intel-next-2019-03-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie2019-03-261-6/+12
|\ \ \ | |_|/ |/| |
| * | Merge tag 'topic/mei-hdcp-2019-02-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-next-queuedJoonas Lahtinen2019-02-202-4/+6
| |\ \
| * | | snd/hda, drm/i915: Track the display_power_status using a cookieChris Wilson2019-02-141-6/+12
* | | | Merge tag 'sound-fix-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2019-03-151-1/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | ALSA: hda: Avoid NULL pointer dereference at snd_hdac_stream_start()Mariusz Ceier2019-03-131-1/+4
* | | | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2019-03-062-4/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | i915/snd_hdac: I915 subcomponent for the snd_hdacDaniel Vetter2019-02-082-4/+6
| |/
* | ALSA: hda: Extend i915 component bind timeoutTakashi Iwai2019-02-251-2/+2
* | ALSA: hda: program stripe bits for controllerSameer Pujar2019-01-141-0/+6
* | ALSA: hda: Add api to program stripe control bitsSameer Pujar2019-01-141-0/+34
* | ALSA: hda: Fix a mask wrong issue in snd_hdac_stream_start()Keyon Jie2019-01-091-1/+3
* | ALSA: hda: Fix mismatches for register mask and value in hdac controllerKeyon Jie2019-01-091-3/+5
|/
* 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/tiwai/soundLinus 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-rw' into regmap-nextMark 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/broonie/sound into for-linusTakashi 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', 'asoc/topic/disconnect', 'asoc/topic/ep93xx' and 'asoc/topic/eukrea-tlv320' into asoc-nextMark 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/broonie/sound into for-linusTakashi 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