mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02: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:
committed by
Jaroslav Kysela
parent
61e77107fa
commit
c17d6fd90a
@@ -1107,6 +1107,9 @@ static struct soundbus_driver aoa_soundbus_driver = {
|
|||||||
.suspend = aoa_fabric_layout_suspend,
|
.suspend = aoa_fabric_layout_suspend,
|
||||||
.resume = aoa_fabric_layout_resume,
|
.resume = aoa_fabric_layout_resume,
|
||||||
#endif
|
#endif
|
||||||
|
.driver = {
|
||||||
|
.owner = THIS_MODULE,
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
static int __init aoa_fabric_layout_init(void)
|
static int __init aoa_fabric_layout_init(void)
|
||||||
|
Reference in New Issue
Block a user