summaryrefslogtreecommitdiff
path: root/sound/ac97/bus.c
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
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 Gleixner1-4/+1
2019-02-20ALSA: 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-06-25ALSA: ac97: add codecs devicetree bindingRobert Jarzmik1-0/+26
2017-09-04ALSA: ac97: add an ac97 busRobert Jarzmik1-0/+539