aboutsummaryrefslogtreecommitdiffstats
path: root/sound/hda (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner7-0/+7
2019-05-17Merge tag 'sound-fix-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-0/+10
2019-05-13ALSA: hda: Fix race between creating and refreshing sysfs entriesAmadeusz Sławiński2-0/+10
2019-05-09Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-2/+1
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie3-2/+6
2019-04-13ALSA: hda: Initialize ext-bus-specific fields in snd_hdac_bus_init(), tooTakashi Iwai2-2/+1
2019-04-11Merge tag 'asoc-fix-v5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai2-4/+6
2019-04-10ALSA: hda: Fix racy display power accessTakashi Iwai3-2/+6
2019-03-26Merge tag 'drm-intel-next-2019-03-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-6/+12
2019-03-15Merge tag 'sound-fix-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+4
2019-03-13ALSA: hda: Avoid NULL pointer dereference at snd_hdac_stream_start()Mariusz Ceier1-1/+4
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-4/+6
2019-02-25ALSA: hda: Extend i915 component bind timeoutTakashi Iwai1-2/+2
2019-02-20Merge tag 'topic/mei-hdcp-2019-02-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-next-queuedJoonas Lahtinen2-4/+6
2019-02-14snd/hda, drm/i915: Track the display_power_status using a cookieChris Wilson1-6/+12
2019-02-08i915/snd_hdac: I915 subcomponent for the snd_hdacDaniel Vetter2-4/+6
2019-01-14ALSA: hda: program stripe bits for controllerSameer Pujar1-0/+6
2019-01-14ALSA: hda: Add api to program stripe control bitsSameer Pujar1-0/+34
2019-01-09ALSA: hda: Fix a mask wrong issue in snd_hdac_stream_start()Keyon Jie1-1/+3
2019-01-09ALSA: hda: Fix mismatches for register mask and value in hdac controllerKeyon Jie1-3/+5
2018-12-19ALSA: HDA: export process_unsol_events()Keyon Jie1-4/+3
2018-12-11ALSA: hda: Make snd_hdac_display_power() void functionTakashi Iwai1-6/+2
2018-12-11ALSA: hda: Refactor display power managementTakashi Iwai2-30/+22
2018-10-25Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-8/+14
2018-10-21Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-rw' into regmap-nextMark Brown1-1/+2
2018-10-04Merge branch 'for-linus' into for-nextTakashi Iwai2-6/+13
2018-10-02ALSA: hda: Fix mismatch for register mask and value in ext controller.Keyon Jie1-8/+14
2018-09-20ALSA: hda: Fix the audio-component completion timeoutTakashi Iwai1-1/+3
2018-09-17Merge tag 'asoc-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-5/+10
2018-09-12sound: don't call skl_init_chip() to reset intel skl socYu Zhao1-3/+4
2018-09-12sound: enable interrupt after dma buffer initializationYu Zhao1-2/+6
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-1/+2
2018-09-03ALSA: hda: Fix several mismatch for register mask and valueKeyon Jie1-15/+7
2018-07-27ALSA: hda: Proper endian notations for BDL pointersTakashi Iwai1-2/+2
2018-07-27ALSA: hda: Fix implicit PCM format type conversionTakashi Iwai1-1/+1
2018-07-24ALSA: hda/i915: Allow delayed i915 audio component bindingTakashi Iwai1-2/+22
2018-07-17ALSA: hda: Make audio component support more genericTakashi Iwai4-332/+354
2018-07-17ALSA: hda/i915: Associate audio component with devresTakashi Iwai1-13/+21
2018-07-17drm/i915: Split audio component to a generic typeTakashi Iwai1-19/+21
2018-06-28ALSA: hdac: add extended ops in the hdac_busRakesh Ughreja1-1/+3
2018-06-28ALSA: hdac: remove memory allocation from snd_hdac_ext_bus_device_initRakesh Ughreja1-6/+2
2018-06-28ALSA: hdac: ext: add wait for codec to respond after link resetRakesh Ughreja1-0/+9
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_driver, use hdac_driver insteadRakesh Ughreja1-16/+14
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_bus and use hdac_bus insteadRakesh Ughreja3-102/+84
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_device and use hdac_device insteadRakesh Ughreja1-15/+10
2018-04-24ALSA: hda - Use a macro for snd_array iteration loopsTakashi Iwai1-2/+2
2018-02-12ALSA: hda: Copying sync power state helper to coreAbhijeet Kumar1-0/+35
2018-01-05Merge remote-tracking branches 'asoc/topic/dai-drv', 'asoc/topic/davinci', 'asoc/topic/disconnect', 'asoc/topic/ep93xx' and 'asoc/topic/eukrea-tlv320' into asoc-nextMark Brown1-1/+1