index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
pci
/
hda
/
hda_codec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-18
ALSA: hda: Return -EINVAL for invalid volume/switch inputs
Takashi Iwai
1
-5
/
+18
2024-05-08
ALSA: hda: codec: Reduce CONFIG_PM dependencies
Takashi Iwai
1
-27
/
+10
2024-03-04
ALSA: hda: Reuse for_each_pcm_streams()
Cezary Rojewski
1
-1
/
+1
2023-11-27
ALSA: hda: Honor subformat when querying PCMs
Cezary Rojewski
1
-0
/
+2
2023-09-23
ALSA: hda: Annotate struct hda_conn_list with __counted_by
Kees Cook
1
-1
/
+1
2023-07-20
ALSA: control: Take controls_rwsem lock in snd_ctl_remove()
Takashi Iwai
1
-2
/
+0
2023-06-06
ALSA: hda: Fix kctl->id initialization
Takashi Iwai
1
-1
/
+5
2023-02-16
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+1
2023-02-11
ALSA: hda: Fix codec device field initializan
Cezary Rojewski
1
-1
/
+1
2023-02-03
ALSA: hda: Fix the control element identification for multiple codecs
Jaroslav Kysela
1
-3
/
+10
2023-01-23
ALSA: hda: Do not unset preset when cleaning up codec
Cezary Rojewski
1
-1
/
+0
2022-12-09
ALSA: hda/hdmi: fix stream-id config keep-alive for rt suspend
Kai Vehmanen
1
-1
/
+2
2022-08-18
ALSA: hda: Fix page fault in snd_hda_codec_shutdown()
Cezary Rojewski
1
-21
/
+20
2022-08-18
ALSA: hda: Always free codec on the device release
Cezary Rojewski
1
-7
/
+1
2022-08-11
ALSA: hda: Fix crash due to jack poll in suspend
Mohan Kumar
1
-5
/
+9
2022-07-15
Revert "ALSA: hda: Fix page fault in snd_hda_codec_shutdown()"
Takashi Iwai
1
-20
/
+21
2022-07-15
ALSA: hda: Skip event processing for unregistered codecs
Cezary Rojewski
1
-5
/
+5
2022-07-09
ALSA: hda: Fix page fault in snd_hda_codec_shutdown()
Cezary Rojewski
1
-21
/
+20
2022-07-09
ALSA: hda: Fix put_device() inconsistency in error path
Cezary Rojewski
1
-12
/
+11
2022-07-09
ALSA: hda: Make device usage_count consistent across subsequent probing
Cezary Rojewski
1
-1
/
+7
2022-04-12
ALSA: hda: Jack detection poll in suspend state
Mohan Kumar
1
-1
/
+10
2022-02-21
ALSA: hda: Expose codec cleanup and power-save functions
Cezary Rojewski
1
-2
/
+12
2022-02-21
ALSA: hda: Update and expose codec register procedures
Cezary Rojewski
1
-9
/
+26
2022-02-21
ALSA: hda: Update and expose snd_hda_codec_device_init()
Cezary Rojewski
1
-16
/
+29
2022-02-01
ALSA: hda: Skip codec shutdown in case the codec is not registered
Peter Ujfalusi
1
-0
/
+4
2021-11-16
ALSA: hda: Fix potential deadlock at codec unbinding
Takashi Iwai
1
-16
/
+26
2021-11-16
ALSA: hda: Add missing rwsem around snd_ctl_remove() calls
Takashi Iwai
1
-0
/
+3
2021-10-07
ALSA: hda: intel: Allow repeatedly probing on codec configuration errors
Takashi Iwai
1
-0
/
+1
2021-08-26
ALSA: hda: Disable runtime resume at shutdown
Takashi Iwai
1
-4
/
+2
2021-08-14
ALSA: hda: Suspend codec at shutdown
Takashi Iwai
1
-0
/
+14
2021-06-23
ALSA: hda: Release codec display power during shutdown/reboot
Imre Deak
1
-5
/
+5
2021-06-03
ALSA: hda: update the power_state during the direct-complete
Hui Wang
1
-0
/
+5
2021-04-10
ALSA: HDA: Add access description in __snd_hda_add_vmaster
Ranjani Sridharan
1
-0
/
+1
2021-03-30
ALSA: HDA - remove the custom implementation for the audio LED trigger
Jaroslav Kysela
1
-63
/
+6
2021-03-02
ALSA: hda: fix kernel-doc warnings
Pierre-Louis Bossart
1
-3
/
+3
2021-02-02
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-17
/
+7
2021-01-19
ALSA: hda: Balance runtime/system PM if direct-complete is disabled
Kai-Heng Feng
1
-17
/
+7
2021-01-08
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
1
-1
/
+1
2020-12-10
ALSA: hda: Fix regressions on clear and reconfig sysfs
Takashi Iwai
1
-1
/
+1
2020-10-28
ALSA: hda: Refactor codec PM to use direct-complete optimization
Kai-Heng Feng
1
-16
/
+29
2020-09-30
ALSA: HDA: Early Forbid of runtime PM
Harsha Priya
1
-0
/
+3
2020-08-06
ALSA: pci: delete repeated words in comments
Randy Dunlap
1
-1
/
+1
2020-08-03
Merge tag 'asoc-v5.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...
Takashi Iwai
1
-1
/
+2
2020-08-03
Merge branch 'for-next' into for-linus
Takashi Iwai
1
-48
/
+48
2020-07-29
ALSA: hda: fix NULL pointer dereference during suspend
Ranjani Sridharan
1
-0
/
+8
2020-07-20
ALSA: Replace the word "slave" in vmaster API
Takashi Iwai
1
-48
/
+48
2020-07-16
ALSA: hda: fix snd_hda_codec_cleanup() documentation
Kai Vehmanen
1
-1
/
+1
2020-07-16
ALSA: hda: export snd_hda_codec_cleanup_for_unbind()
Kai Vehmanen
1
-0
/
+1
2020-04-23
ALSA: hda: Always use jackpoll helper for jack update after resume
Takashi Iwai
1
-11
/
+17
2020-04-13
ALSA: hda: Skip controller resume if not needed
Takashi Iwai
1
-1
/
+1
[next]