aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_codec.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-16ALSA: hda: Fix potential deadlock at codec unbindingGravatar Takashi Iwai 1-16/+26
2021-11-16ALSA: hda: Add missing rwsem around snd_ctl_remove() callsGravatar Takashi Iwai 1-0/+3
2021-10-07ALSA: hda: intel: Allow repeatedly probing on codec configuration errorsGravatar Takashi Iwai 1-0/+1
2021-08-26ALSA: hda: Disable runtime resume at shutdownGravatar Takashi Iwai 1-4/+2
2021-08-14ALSA: hda: Suspend codec at shutdownGravatar Takashi Iwai 1-0/+14
2021-06-23ALSA: hda: Release codec display power during shutdown/rebootGravatar Imre Deak 1-5/+5
2021-06-03ALSA: hda: update the power_state during the direct-completeGravatar Hui Wang 1-0/+5
2021-04-10ALSA: HDA: Add access description in __snd_hda_add_vmasterGravatar Ranjani Sridharan 1-0/+1
2021-03-30ALSA: HDA - remove the custom implementation for the audio LED triggerGravatar Jaroslav Kysela 1-63/+6
2021-03-02ALSA: hda: fix kernel-doc warningsGravatar Pierre-Louis Bossart 1-3/+3
2021-02-02Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-17/+7
2021-01-19ALSA: hda: Balance runtime/system PM if direct-complete is disabledGravatar Kai-Heng Feng 1-17/+7
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedGravatar Joe Perches 1-1/+1
2020-12-10ALSA: hda: Fix regressions on clear and reconfig sysfsGravatar Takashi Iwai 1-1/+1
2020-10-28ALSA: hda: Refactor codec PM to use direct-complete optimizationGravatar Kai-Heng Feng 1-16/+29
2020-09-30ALSA: HDA: Early Forbid of runtime PMGravatar Harsha Priya 1-0/+3
2020-08-06ALSA: pci: delete repeated words in commentsGravatar Randy Dunlap 1-1/+1
2020-08-03Merge tag 'asoc-v5.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Takashi Iwai 1-1/+2
2020-08-03Merge branch 'for-next' into for-linusGravatar Takashi Iwai 1-48/+48
2020-07-29ALSA: hda: fix NULL pointer dereference during suspendGravatar Ranjani Sridharan 1-0/+8
2020-07-20ALSA: Replace the word "slave" in vmaster APIGravatar Takashi Iwai 1-48/+48
2020-07-16ALSA: hda: fix snd_hda_codec_cleanup() documentationGravatar Kai Vehmanen 1-1/+1
2020-07-16ALSA: hda: export snd_hda_codec_cleanup_for_unbind()Gravatar Kai Vehmanen 1-0/+1
2020-04-23ALSA: hda: Always use jackpoll helper for jack update after resumeGravatar Takashi Iwai 1-11/+17
2020-04-13ALSA: hda: Skip controller resume if not neededGravatar Takashi Iwai 1-1/+1
2020-03-09Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-1/+1
2020-02-18ALSA: hda: Use scnprintf() for printing texts for sysfs/procfsGravatar Takashi Iwai 1-1/+1
2020-02-12ALSA: hda_codec: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-01-14ALSA: hda: correct kernel-doc parameter descriptionsGravatar Pierre-Louis Bossart 1-0/+1
2020-01-13ALSA: hda: Manage concurrent reg access more properlyGravatar Takashi Iwai 1-14/+16
2020-01-05ALSA: hda: More constificationsGravatar Takashi Iwai 1-3/+3
2020-01-03ALSA: hda: Constify snd_kcontrol_new itemsGravatar Takashi Iwai 1-4/+4
2020-01-03ALSA: hda: Constify snd_device_ops definitionsGravatar Takashi Iwai 1-1/+1
2019-09-09Merge branch 'asoc-5.4' into asoc-nextGravatar Mark Brown 1-1/+7
2019-07-22ASoC: SOF: Intel: hda: Make hdac_device device-managedGravatar Ranjani Sridharan 1-1/+7
2019-07-18ALSA: hda - Optimize resume for codecs without jack detectionGravatar Takashi Iwai 1-1/+1
2019-07-16ALSA: hda - Don't resume forcibly i915 HDMI/DP codecGravatar Takashi Iwai 1-2/+6
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Takashi Iwai 1-15/+1
2019-07-07Merge branch 'topic/hda-refresh-cleanup' into for-nextGravatar Takashi Iwai 1-1/+1
2019-07-05ALSA: hda: Simplify snd_hdac_refresh_widgets()Gravatar Takashi Iwai 1-1/+1
2019-07-01Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-1/+8
2019-06-14Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-1/+8
2019-06-13Merge tag 'asoc-fix-v5.2-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...Gravatar Takashi Iwai 1-1/+8
2019-06-03ASoC: hda: fix unbalanced codec dev refcount for HDA_DEV_ASOCGravatar Ranjani Sridharan 1-1/+8
2019-05-31ALSA: hda: Use struct_size()Gravatar Takashi Iwai 1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 32Gravatar Thomas Gleixner 1-15/+1
2019-04-29ALSA: hda: fix unregister device twice on ASoC driverGravatar Bard liao 1-1/+7
2019-04-13ALSA: hda: Initialize power_state field properlyGravatar Takashi Iwai 1-0/+1
2019-03-19ALSA: hda - Enforces runtime_resume after S3 and S4 for each codecGravatar Hui Wang 1-3/+17
2019-01-29ALSA: hda - Use standard device registration for beepGravatar Takashi Iwai 1-10/+0