aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/hda/common
AgeCommit message (Expand)AuthorFilesLines
2026-04-16ALSA: hda/intel: Move firmware loading into the probe workTakashi Iwai1-4/+0
2026-04-09ALSA: hda: Add a simple GPIO setup helper functionTakashi Iwai1-0/+29
2026-04-09ALSA: hda: Add sync version of snd_hda_codec_write()Takashi Iwai1-6/+5
2026-04-03ALSA: hda: Notify IEC958 Default PCM switch state changesCássio Gabriel2-8/+39
2026-03-28ALSA: hda/proc: show GPI and GPO state in codec proc outputCássio Gabriel1-32/+68
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-13/+12
2026-01-07ALSA: hda - fix function names & missing function parameterRandy Dunlap2-3/+3
2025-12-17ALSA: hda: Relax __free() variable declarationsTakashi Iwai2-4/+5
2025-08-29ALSA: hda/common: Use guard() for spinlocksTakashi Iwai2-37/+26
2025-08-29ALSA: hda/common: Use auto cleanup for temporary buffersTakashi Iwai2-23/+14
2025-08-29ALSA: hda/common: Use guard() for mutex locksTakashi Iwai3-105/+74
2025-08-29ALSA: hda: Use auto cleanup macros for DSP loader locksTakashi Iwai1-27/+20
2025-08-29ALSA: hda/common: Use cleanup macros for PM controlsTakashi Iwai3-21/+24
2025-08-14ALSA: hda: Improve local variable data type in print_device_list()Thorsten Blum1-5/+4
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_controls()Takashi Iwai1-4/+6
2025-07-11ALSA: hda: Drop superfluous driver->ops NULL checksTakashi Iwai3-12/+11
2025-07-11ALSA: hda: Drop old codec binding methodTakashi Iwai3-39/+9
2025-07-11ALSA: hda: Introduce hda_codec_driver opsTakashi Iwai3-21/+73
2025-07-11ALSA: hda/hdmi: Split vendor codec driversTakashi Iwai1-4/+0
2025-07-11ALSA: hda: Move CONFIG_SND_HDA_PREALLOC_SIZE into sound/hda/commonTakashi Iwai1-0/+17
2025-07-11ALSA: hda: Move common codec driver into sound/hda/common directoryTakashi Iwai17-0/+11292