aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-18ALSA: hda: Fix page fault in snd_hda_codec_shutdown()Cezary Rojewski1-21/+20
2022-08-18ALSA: hda: Always free codec on the device releaseCezary Rojewski1-7/+1
2022-08-11ALSA: hda: Fix crash due to jack poll in suspendMohan Kumar1-5/+9
2022-07-15Revert "ALSA: hda: Fix page fault in snd_hda_codec_shutdown()"Takashi Iwai1-20/+21
2022-07-15ALSA: hda: Skip event processing for unregistered codecsCezary Rojewski1-5/+5
2022-07-09ALSA: hda: Fix page fault in snd_hda_codec_shutdown()Cezary Rojewski1-21/+20
2022-07-09ALSA: hda: Fix put_device() inconsistency in error pathCezary Rojewski1-12/+11
2022-07-09ALSA: hda: Make device usage_count consistent across subsequent probingCezary Rojewski1-1/+7
2022-04-12ALSA: hda: Jack detection poll in suspend stateMohan Kumar1-1/+10
2022-02-21ALSA: hda: Expose codec cleanup and power-save functionsCezary Rojewski1-2/+12
2022-02-21ALSA: hda: Update and expose codec register proceduresCezary Rojewski1-9/+26
2022-02-21ALSA: hda: Update and expose snd_hda_codec_device_init()Cezary Rojewski1-16/+29
2022-02-01ALSA: hda: Skip codec shutdown in case the codec is not registeredPeter Ujfalusi1-0/+4
2021-11-16ALSA: hda: Fix potential deadlock at codec unbindingTakashi Iwai1-16/+26
2021-11-16ALSA: hda: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai1-0/+3
2021-10-07ALSA: hda: intel: Allow repeatedly probing on codec configuration errorsTakashi Iwai1-0/+1
2021-08-26ALSA: hda: Disable runtime resume at shutdownTakashi Iwai1-4/+2
2021-08-14ALSA: hda: Suspend codec at shutdownTakashi Iwai1-0/+14
2021-06-23ALSA: hda: Release codec display power during shutdown/rebootImre Deak1-5/+5
2021-06-03ALSA: hda: update the power_state during the direct-completeHui Wang1-0/+5
2021-04-10ALSA: HDA: Add access description in __snd_hda_add_vmasterRanjani Sridharan1-0/+1
2021-03-30ALSA: HDA - remove the custom implementation for the audio LED triggerJaroslav Kysela1-63/+6
2021-03-02ALSA: hda: fix kernel-doc warningsPierre-Louis Bossart1-3/+3
2021-02-02Merge branch 'for-linus' into for-nextTakashi Iwai1-17/+7
2021-01-19ALSA: hda: Balance runtime/system PM if direct-complete is disabledKai-Heng Feng1-17/+7
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-1/+1
2020-12-10ALSA: hda: Fix regressions on clear and reconfig sysfsTakashi Iwai1-1/+1
2020-10-28ALSA: hda: Refactor codec PM to use direct-complete optimizationKai-Heng Feng1-16/+29
2020-09-30ALSA: HDA: Early Forbid of runtime PMHarsha Priya1-0/+3
2020-08-06ALSA: pci: delete repeated words in commentsRandy Dunlap1-1/+1
2020-08-03Merge tag 'asoc-v5.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+2
2020-08-03Merge branch 'for-next' into for-linusTakashi Iwai1-48/+48
2020-07-29ALSA: hda: fix NULL pointer dereference during suspendRanjani Sridharan1-0/+8
2020-07-20ALSA: Replace the word "slave" in vmaster APITakashi Iwai1-48/+48
2020-07-16ALSA: hda: fix snd_hda_codec_cleanup() documentationKai Vehmanen1-1/+1
2020-07-16ALSA: hda: export snd_hda_codec_cleanup_for_unbind()Kai Vehmanen1-0/+1
2020-04-23ALSA: hda: Always use jackpoll helper for jack update after resumeTakashi Iwai1-11/+17
2020-04-13ALSA: hda: Skip controller resume if not neededTakashi Iwai1-1/+1
2020-03-09Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2020-02-18ALSA: hda: Use scnprintf() for printing texts for sysfs/procfsTakashi Iwai1-1/+1
2020-02-12ALSA: hda_codec: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-14ALSA: hda: correct kernel-doc parameter descriptionsPierre-Louis Bossart1-0/+1
2020-01-13ALSA: hda: Manage concurrent reg access more properlyTakashi Iwai1-14/+16
2020-01-05ALSA: hda: More constificationsTakashi Iwai1-3/+3
2020-01-03ALSA: hda: Constify snd_kcontrol_new itemsTakashi Iwai1-4/+4
2020-01-03ALSA: hda: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-09-09Merge branch 'asoc-5.4' into asoc-nextMark Brown1-1/+7
2019-07-22ASoC: SOF: Intel: hda: Make hdac_device device-managedRanjani Sridharan1-1/+7
2019-07-18ALSA: hda - Optimize resume for codecs without jack detectionTakashi Iwai1-1/+1
2019-07-16ALSA: hda - Don't resume forcibly i915 HDMI/DP codecTakashi Iwai1-2/+6