aboutsummaryrefslogtreecommitdiffstats
path: root/sound/hda/common/codec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-29ALSA: hda/common: Use guard() for spinlocksTakashi Iwai1-7/+3
2025-08-29ALSA: hda/common: Use auto cleanup for temporary buffersTakashi Iwai1-2/+2
2025-08-29ALSA: hda/common: Use guard() for mutex locksTakashi Iwai1-52/+37
2025-08-29ALSA: hda/common: Use cleanup macros for PM controlsTakashi Iwai1-11/+19
2025-08-14ALSA: hda: Use min() to simplify snd_hda_get_devices()Thorsten Blum1-6/+5
2025-08-13ALSA: hda: Improve local variable data type in snd_hda_get_num_devices()Thorsten Blum1-1/+1
2025-07-11ALSA: hda: Use safer strscpy() instead of strcpy()Takashi Iwai1-2/+2
2025-07-11ALSA: hda: Return the codec init error properly at snd_hda_codec_build_contro...Takashi Iwai1-4/+6
2025-07-11ALSA: hda: Drop superfluous driver->ops NULL checksTakashi Iwai1-8/+7
2025-07-11ALSA: hda: Drop old codec binding methodTakashi Iwai1-18/+2
2025-07-11ALSA: hda: Introduce hda_codec_driver opsTakashi Iwai1-15/+41
2025-07-11ALSA: hda: Move common codec driver into sound/hda/common directoryTakashi Iwai1-0/+4049