aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/ac97 (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-03ALSA: ac97: fix build regressionArnd Bergmann1-1/+2
2023-12-30ALSA: mark all struct bus_type as constGreg Kroah-Hartman1-2/+0
2023-08-02ALSA: ac97: set variables dev_attr_vendor_id to staticYu Liao1-1/+1
2023-01-25ALSA: ac97: make remove callback of ac97 driver void returnedDawei Li1-3/+2
2022-08-02ALSA: ac97: Replace sprintf() with sysfs_emit()Takashi Iwai1-1/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-4/+2
2021-05-25ALSA: ac97: fix PM reference leak in ac97_bus_remove()Yufen Yu1-1/+1
2021-01-31ALSA: ac97: Constify static struct attribute_groupRikard Falkeborn1-1/+1
2020-09-03ALSA: ac97: (cosmetic) align argument namesPierre-Louis Bossart1-1/+1
2020-01-03ALSA: ac97: Constify snd_ac97_bus_ops definitionsTakashi Iwai1-1/+1
2019-07-23ALSA: ac97: Fix double free of ac97_codec_deviceDing Xiang1-9/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner4-16/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-02-19ALSA: ac97: Fix of-node refcount unbalanceTakashi Iwai1-1/+1
2018-08-19ALSA: ac97: fix unbalanced pm_runtime_enableLihua Yao1-0/+2
2018-08-19ALSA: ac97: fix check of pm_runtime_get_sync failureLihua Yao1-1/+1
2018-08-19ALSA: ac97: fix device initialization in the compat layerLihua Yao1-2/+17
2018-06-25ALSA: ac97: add codecs devicetree bindingRobert Jarzmik1-0/+26
2018-02-12ALSA: ac97: kconfig: Remove select of undefined symbol AC97Ulf Magnusson1-1/+0
2017-09-04ALSA: ac97: add an ac97 busRobert Jarzmik6-0/+705