summaryrefslogtreecommitdiffstats
path: root/sound/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-12-23ALSA: ac97: fix a double free in snd_ac97_controller_register()Haoxiang Li-5/+5
2025-09-01ALSA: ac97bus: Use guard() for mutex locksTakashi Iwai-13/+9
2025-03-14ALSA: ac97: Convert to RUNTIME_PM_OPS() macroTakashi Iwai-7/+2
2024-11-20ALSA: ac97: bus: Fix the mistake in the commentPei Xiao-2/+3
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-2/+2
2024-05-09ALSA: ac97: bus: Add missing module descriptionTakashi Iwai-0/+1
2024-01-03ALSA: ac97: fix build regressionArnd Bergmann-1/+2
2023-12-30ALSA: mark all struct bus_type as constGreg Kroah-Hartman-2/+0
2023-08-02ALSA: ac97: set variables dev_attr_vendor_id to staticYu Liao-1/+1
2023-01-25ALSA: ac97: make remove callback of ac97 driver void returnedDawei Li-3/+2
2022-08-02ALSA: ac97: Replace sprintf() with sysfs_emit()Takashi Iwai-1/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König-4/+2
2021-05-25ALSA: ac97: fix PM reference leak in ac97_bus_remove()Yufen Yu-1/+1
2021-01-31ALSA: ac97: Constify static struct attribute_groupRikard Falkeborn-1/+1
2020-09-03ALSA: ac97: (cosmetic) align argument namesPierre-Louis Bossart-1/+1
2020-01-03ALSA: ac97: Constify snd_ac97_bus_ops definitionsTakashi Iwai-1/+1
2019-07-23ALSA: ac97: Fix double free of ac97_codec_deviceDing Xiang-9/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-16/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-02-19ALSA: ac97: Fix of-node refcount unbalanceTakashi Iwai-1/+1
2018-08-19ALSA: ac97: fix unbalanced pm_runtime_enableLihua Yao-0/+2
2018-08-19ALSA: ac97: fix check of pm_runtime_get_sync failureLihua Yao-1/+1
2018-08-19ALSA: ac97: fix device initialization in the compat layerLihua Yao-2/+17
2018-06-25ALSA: ac97: add codecs devicetree bindingRobert Jarzmik-0/+26
2018-02-12ALSA: ac97: kconfig: Remove select of undefined symbol AC97Ulf Magnusson-1/+0
2017-09-04ALSA: ac97: add an ac97 busRobert Jarzmik-0/+705