summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda: Honor subformat when querying PCMsCezary Rojewski2023-11-271-0/+2
* ALSA: hda: Annotate struct hda_conn_list with __counted_byKees Cook2023-09-231-1/+1
* ALSA: control: Take controls_rwsem lock in snd_ctl_remove()Takashi Iwai2023-07-201-2/+0
* ALSA: hda: Fix kctl->id initializationTakashi Iwai2023-06-061-1/+5
* Merge branch 'for-linus' into for-nextTakashi Iwai2023-02-161-1/+1
|\
| * ALSA: hda: Fix codec device field initializanCezary Rojewski2023-02-111-1/+1
* | ALSA: hda: Fix the control element identification for multiple codecsJaroslav Kysela2023-02-031-3/+10
|/
* ALSA: hda: Do not unset preset when cleaning up codecCezary Rojewski2023-01-231-1/+0
* ALSA: hda/hdmi: fix stream-id config keep-alive for rt suspendKai Vehmanen2022-12-091-1/+2
* ALSA: hda: Fix page fault in snd_hda_codec_shutdown()Cezary Rojewski2022-08-181-21/+20
* ALSA: hda: Always free codec on the device releaseCezary Rojewski2022-08-181-7/+1
* ALSA: hda: Fix crash due to jack poll in suspendMohan Kumar2022-08-111-5/+9
* Revert "ALSA: hda: Fix page fault in snd_hda_codec_shutdown()"Takashi Iwai2022-07-151-20/+21
* ALSA: hda: Skip event processing for unregistered codecsCezary Rojewski2022-07-151-5/+5
* ALSA: hda: Fix page fault in snd_hda_codec_shutdown()Cezary Rojewski2022-07-091-21/+20
* ALSA: hda: Fix put_device() inconsistency in error pathCezary Rojewski2022-07-091-12/+11
* ALSA: hda: Make device usage_count consistent across subsequent probingCezary Rojewski2022-07-091-1/+7
* ALSA: hda: Jack detection poll in suspend stateMohan Kumar2022-04-121-1/+10
* ALSA: hda: Expose codec cleanup and power-save functionsCezary Rojewski2022-02-211-2/+12
* ALSA: hda: Update and expose codec register proceduresCezary Rojewski2022-02-211-9/+26
* ALSA: hda: Update and expose snd_hda_codec_device_init()Cezary Rojewski2022-02-211-16/+29
* ALSA: hda: Skip codec shutdown in case the codec is not registeredPeter Ujfalusi2022-02-011-0/+4
* ALSA: hda: Fix potential deadlock at codec unbindingTakashi Iwai2021-11-161-16/+26
* ALSA: hda: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2021-11-161-0/+3
* ALSA: hda: intel: Allow repeatedly probing on codec configuration errorsTakashi Iwai2021-10-071-0/+1
* ALSA: hda: Disable runtime resume at shutdownTakashi Iwai2021-08-261-4/+2
* ALSA: hda: Suspend codec at shutdownTakashi Iwai2021-08-141-0/+14
* ALSA: hda: Release codec display power during shutdown/rebootImre Deak2021-06-231-5/+5
* ALSA: hda: update the power_state during the direct-completeHui Wang2021-06-031-0/+5
* ALSA: HDA: Add access description in __snd_hda_add_vmasterRanjani Sridharan2021-04-101-0/+1
* ALSA: HDA - remove the custom implementation for the audio LED triggerJaroslav Kysela2021-03-301-63/+6
* ALSA: hda: fix kernel-doc warningsPierre-Louis Bossart2021-03-021-3/+3
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-02-021-17/+7
|\
| * ALSA: hda: Balance runtime/system PM if direct-complete is disabledKai-Heng Feng2021-01-191-17/+7
* | ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-1/+1
|/
* ALSA: hda: Fix regressions on clear and reconfig sysfsTakashi Iwai2020-12-101-1/+1
* ALSA: hda: Refactor codec PM to use direct-complete optimizationKai-Heng Feng2020-10-281-16/+29
* ALSA: HDA: Early Forbid of runtime PMHarsha Priya2020-09-301-0/+3
* ALSA: pci: delete repeated words in commentsRandy Dunlap2020-08-061-1/+1
* Merge tag 'asoc-v5.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2020-08-031-1/+2
|\
| * ALSA: hda: fix snd_hda_codec_cleanup() documentationKai Vehmanen2020-07-161-1/+1
| * ALSA: hda: export snd_hda_codec_cleanup_for_unbind()Kai Vehmanen2020-07-161-0/+1
* | Merge branch 'for-next' into for-linusTakashi Iwai2020-08-031-48/+48
|\ \
| * | ALSA: Replace the word "slave" in vmaster APITakashi Iwai2020-07-201-48/+48
| |/
* / ALSA: hda: fix NULL pointer dereference during suspendRanjani Sridharan2020-07-291-0/+8
|/
* ALSA: hda: Always use jackpoll helper for jack update after resumeTakashi Iwai2020-04-231-11/+17
* ALSA: hda: Skip controller resume if not neededTakashi Iwai2020-04-131-1/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-03-091-1/+1
|\
| * ALSA: hda: Use scnprintf() for printing texts for sysfs/procfsTakashi Iwai2020-02-181-1/+1
* | ALSA: hda_codec: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
|/