summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_codec.c
AgeCommit message (Expand)Author
2023-11-27ALSA: hda: Honor subformat when querying PCMsCezary Rojewski
2023-09-23ALSA: hda: Annotate struct hda_conn_list with __counted_byKees Cook
2023-07-20ALSA: control: Take controls_rwsem lock in snd_ctl_remove()Takashi Iwai
2023-06-06ALSA: hda: Fix kctl->id initializationTakashi Iwai
2023-02-16Merge branch 'for-linus' into for-nextTakashi Iwai
2023-02-11ALSA: hda: Fix codec device field initializanCezary Rojewski
2023-02-03ALSA: hda: Fix the control element identification for multiple codecsJaroslav Kysela
2023-01-23ALSA: hda: Do not unset preset when cleaning up codecCezary Rojewski
2022-12-09ALSA: hda/hdmi: fix stream-id config keep-alive for rt suspendKai Vehmanen
2022-08-18ALSA: hda: Fix page fault in snd_hda_codec_shutdown()Cezary Rojewski
2022-08-18ALSA: hda: Always free codec on the device releaseCezary Rojewski
2022-08-11ALSA: hda: Fix crash due to jack poll in suspendMohan Kumar
2022-07-15Revert "ALSA: hda: Fix page fault in snd_hda_codec_shutdown()"Takashi Iwai
2022-07-15ALSA: hda: Skip event processing for unregistered codecsCezary Rojewski
2022-07-09ALSA: hda: Fix page fault in snd_hda_codec_shutdown()Cezary Rojewski
2022-07-09ALSA: hda: Fix put_device() inconsistency in error pathCezary Rojewski
2022-07-09ALSA: hda: Make device usage_count consistent across subsequent probingCezary Rojewski
2022-04-12ALSA: hda: Jack detection poll in suspend stateMohan Kumar
2022-02-21ALSA: hda: Expose codec cleanup and power-save functionsCezary Rojewski
2022-02-21ALSA: hda: Update and expose codec register proceduresCezary Rojewski
2022-02-21ALSA: hda: Update and expose snd_hda_codec_device_init()Cezary Rojewski
2022-02-01ALSA: hda: Skip codec shutdown in case the codec is not registeredPeter Ujfalusi
2021-11-16ALSA: hda: Fix potential deadlock at codec unbindingTakashi Iwai
2021-11-16ALSA: hda: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai
2021-10-07ALSA: hda: intel: Allow repeatedly probing on codec configuration errorsTakashi Iwai
2021-08-26ALSA: hda: Disable runtime resume at shutdownTakashi Iwai
2021-08-14ALSA: hda: Suspend codec at shutdownTakashi Iwai
2021-06-23ALSA: hda: Release codec display power during shutdown/rebootImre Deak
2021-06-03ALSA: hda: update the power_state during the direct-completeHui Wang
2021-04-10ALSA: HDA: Add access description in __snd_hda_add_vmasterRanjani Sridharan
2021-03-30ALSA: HDA - remove the custom implementation for the audio LED triggerJaroslav Kysela
2021-03-02ALSA: hda: fix kernel-doc warningsPierre-Louis Bossart
2021-02-02Merge branch 'for-linus' into for-nextTakashi Iwai
2021-01-19ALSA: hda: Balance runtime/system PM if direct-complete is disabledKai-Heng Feng
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches
2020-12-10ALSA: hda: Fix regressions on clear and reconfig sysfsTakashi Iwai
2020-10-28ALSA: hda: Refactor codec PM to use direct-complete optimizationKai-Heng Feng
2020-09-30ALSA: HDA: Early Forbid of runtime PMHarsha Priya
2020-08-06ALSA: pci: delete repeated words in commentsRandy Dunlap
2020-08-03Merge tag 'asoc-v5.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai
2020-08-03Merge branch 'for-next' into for-linusTakashi Iwai
2020-07-29ALSA: hda: fix NULL pointer dereference during suspendRanjani Sridharan
2020-07-20ALSA: Replace the word "slave" in vmaster APITakashi Iwai
2020-07-16ALSA: hda: fix snd_hda_codec_cleanup() documentationKai Vehmanen
2020-07-16ALSA: hda: export snd_hda_codec_cleanup_for_unbind()Kai Vehmanen
2020-04-23ALSA: hda: Always use jackpoll helper for jack update after resumeTakashi Iwai
2020-04-13ALSA: hda: Skip controller resume if not neededTakashi Iwai
2020-03-09Merge branch 'for-linus' into for-nextTakashi Iwai
2020-02-18ALSA: hda: Use scnprintf() for printing texts for sysfs/procfsTakashi Iwai
2020-02-12ALSA: hda_codec: Replace zero-length array with flexible-array memberGustavo A. R. Silva