projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e7710
)
[ALSA] create driver symlink in snd-aoa /sys/bus/aoa-soundbus/devices/*/
author
Olaf Hering
<
[email protected]
>
Thu, 7 Dec 2006 07:25:01 +0000
(08:25 +0100)
committer
Jaroslav Kysela
<
[email protected]
>
Fri, 9 Feb 2007 08:02:21 +0000
(09:02 +0100)
create sysfs driver symlink for snd-aoa in /sys/bus/aoa-soundbus/devices/*/
Acked-by: Johannes Berg <
[email protected]
>
Signed-off-by: Olaf Hering <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Jaroslav Kysela <
[email protected]
>
sound/aoa/fabrics/snd-aoa-fabric-layout.c
patch
|
blob
|
history
diff --git
a/sound/aoa/fabrics/snd-aoa-fabric-layout.c
b/sound/aoa/fabrics/snd-aoa-fabric-layout.c
index 4b8e32d1ebf91df8e57283f9f90264eb4af69117..409809600ddce1978da363f61ddd7e4ecb8c8266 100644
(file)
--- 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 = {
.suspend = aoa_fabric_layout_suspend,
.resume = aoa_fabric_layout_resume,
#endif
+ .driver = {
+ .owner = THIS_MODULE,
+ }
};
static int __init aoa_fabric_layout_init(void)