diff options
author | Olaf Hering <olaf@aepfle.de> | 2006-12-07 02:25:01 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:02:21 -0500 |
commit | c17d6fd90a336d2b971dc9f51338f9540479b263 (patch) | |
tree | 580c6c0f2614379e21ace1e26c5d9c62a97a25b4 /sound/aoa | |
parent | 61e77107fa849b69f50ebe96217ba3468a216ba8 (diff) |
[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>
Diffstat (limited to 'sound/aoa')
-rw-r--r-- | sound/aoa/fabrics/snd-aoa-fabric-layout.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/aoa/fabrics/snd-aoa-fabric-layout.c b/sound/aoa/fabrics/snd-aoa-fabric-layout.c index 4b8e32d1ebf9..409809600ddc 100644 --- a/sound/aoa/fabrics/snd-aoa-fabric-layout.c +++ b/sound/aoa/fabrics/snd-aoa-fabric-layout.c | |||
@@ -1107,6 +1107,9 @@ static struct soundbus_driver aoa_soundbus_driver = { | |||
1107 | .suspend = aoa_fabric_layout_suspend, | 1107 | .suspend = aoa_fabric_layout_suspend, |
1108 | .resume = aoa_fabric_layout_resume, | 1108 | .resume = aoa_fabric_layout_resume, |
1109 | #endif | 1109 | #endif |
1110 | .driver = { | ||
1111 | .owner = THIS_MODULE, | ||
1112 | } | ||
1110 | }; | 1113 | }; |
1111 | 1114 | ||
1112 | static int __init aoa_fabric_layout_init(void) | 1115 | static int __init aoa_fabric_layout_init(void) |