summaryrefslogtreecommitdiffstats
path: root/sound/pci/ac97
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2025-09-01ALSA: ac97: Use guard() for spin locksTakashi Iwai-25/+22
2025-09-01ALSA: ac97: Use guard() for mutex locksTakashi Iwai-36/+18
2025-07-11ALSA: ac97: Copy string more safelyTakashi Iwai-10/+13
2025-07-11ALSA: ac97: Use safer strscpy() instead of strcpy()Takashi Iwai-6/+6
2025-03-16ALSA: ac97: convert timeouts to secs_to_jiffies()Easwar Hariharan-2/+1
2024-12-29ALSA: AC97: Use str_on_off() helper in snd_ac97_proc_read_main()Thorsten Blum-4/+4
2024-12-03ALSA: ac97: Modify the incorrect format specifierliujing-1/+1
2024-03-04ALSA: ac97: More cleanup with snd_ctl_find_id_mixer()Takashi Iwai-5/+2
2023-08-24ALSA: ac97: Fix possible error value of *rac97Su Hui-3/+2
2023-07-21ALSA: ac97: Use the standard snd_ctl_add_followers() helperTakashi Iwai-15/+1
2023-07-21ALSA: ac97: Simplify with snd_ctl_find_id_mixer()Takashi Iwai-5/+1
2023-06-15ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixerSu Hui-2/+2
2023-02-01mfd: remove ucb1400 supportArnd Bergmann-41/+0
2022-10-21ALSA: ac97: Use snd_ctl_rename() to rename a controlMaciej S. Szmigiero-8/+24
2022-10-20ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()Yang Yingliang-0/+1
2022-03-22ALSA: pci: fix reading of swapped values from pcmreg in AC97 codecGiacomo Guiduzzi-2/+2
2021-12-06ALSA: Fix some typoChristophe JAILLET-1/+1
2021-06-09ALSA: ac97: Fix assignment in if conditionTakashi Iwai-114/+228
2020-07-20ALSA: Replace the word "slave" in vmaster APITakashi Iwai-10/+10
2020-07-15ALSA: ac97: Replace the words white/blacklistTakashi Iwai-7/+7
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-04-17ALSA: Fix misspellings of "Analog Devices"Geert Uytterhoeven-1/+1
2020-01-05ALSA: ac97: More constificationsTakashi Iwai-20/+20
2020-01-03ALSA: ac97: Constify snd_ac97_res_table definitionTakashi Iwai-1/+1
2020-01-03ALSA: ac97: Treat snd_ac97_bus_ops as constTakashi Iwai-1/+2
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai-2/+2
2019-08-09ALSA: ac97: remove unused variable 'snd_ac97_controls_master_mono'YueHaibing-5/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-112/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-02-06ALSA: pci: Remove superfluous snd_info_register() callsTakashi Iwai-17/+9
2018-11-23ALSA: ac97: Fix incorrect bit shift at AC97-SPSA control writeTakashi Iwai-1/+1
2018-08-03ALSA: pci: Remove empty init and exitTakashi Iwai-16/+0
2018-05-28sound: Use octal not symbolic permissionsJoe Perches-2/+2
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada-1/+1
2016-11-15ALSA: ac97: Fix kernel-doc error with sphinx formatterTakashi Iwai-1/+1
2015-05-29ALSA: ac97: Fix ifdef CONFIG_PROC_FSTakashi Iwai-2/+2
2015-04-05ALSA: Use const struct ac97_quirkJoe Perches-1/+2
2015-03-06ALSA: ac97: ac97_patch: Simplify patch_vt1613_specific()Fabio Estevam-8/+2
2015-03-06ALSA: ac97: Add VT1613 AC97 codec supportMaciej S. Szmigiero-0/+34
2014-10-21ALSA: ac97: Constify more text arraysTakashi Iwai-9/+15
2014-10-21ALSA: ac97: Use snd_ctl_enum_info()Takashi Iwai-133/+53
2014-02-26ALSA: ac97: Use standard printk helpersTakashi Iwai-17/+46
2013-09-30ALSA: ac97: Add ID for TI TLV320AIC27 codecOndrej Zary-0/+1
2013-06-28ALSA: Replace the magic number 44 with constTakashi Iwai-1/+1
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi-8/+18
2012-10-15ALSA: ac97 - Fix missing NULL check in snd_ac97_cvol_new()Takashi Iwai-0/+2
2012-09-06ALSA: ac97: Implement channel map workaround for ALC650Takashi Iwai-1/+23
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell-1/+1