mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 06:50:52 +07:00
[ALSA] create driver symlink in snd-aoa /sys/bus/aoa-soundbus/devices/*/
create sysfs driver symlink for snd-aoa in /sys/bus/aoa-soundbus/devices/*/ Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
61e77107fa
commit
c17d6fd90a
@ -1107,6 +1107,9 @@ static struct soundbus_driver aoa_soundbus_driver = {
|
||||
.suspend = aoa_fabric_layout_suspend,
|
||||
.resume = aoa_fabric_layout_resume,
|
||||
#endif
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
}
|
||||
};
|
||||
|
||||
static int __init aoa_fabric_layout_init(void)
|
||||
|
Loading…
Reference in New Issue
Block a user