All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] create driver symlink in snd-aoa
@ 2006-12-02 10:14 Olaf Hering
  2006-12-02 10:15 ` [PATCH] create device " Olaf Hering
  2006-12-04  8:48 ` [PATCH] create driver " Johannes Berg
  0 siblings, 2 replies; 4+ messages in thread
From: Olaf Hering @ 2006-12-02 10:14 UTC (permalink / raw)
  To: Andrew Morton, alsa-devel, johannes


create sysfs driver symlink for snd-aoa in /sys/bus/aoa-soundbus/devices/*/

Signed-off-by: Olaf Hering <olaf@aepfle.de>

---
 sound/aoa/fabrics/snd-aoa-fabric-layout.c |    3 +++
 1 file changed, 3 insertions(+)

Index: linux-2.6/sound/aoa/fabrics/snd-aoa-fabric-layout.c
===================================================================
--- linux-2.6.orig/sound/aoa/fabrics/snd-aoa-fabric-layout.c
+++ linux-2.6/sound/aoa/fabrics/snd-aoa-fabric-layout.c
@@ -1107,6 +1107,9 @@ static struct soundbus_driver aoa_soundb
 	.suspend = aoa_fabric_layout_suspend,
 	.resume = aoa_fabric_layout_resume,
 #endif
+	.driver = {
+		.owner = THIS_MODULE,
+	}
 };
 
 static int __init aoa_fabric_layout_init(void)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-12-04  8:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-02 10:14 [PATCH] create driver symlink in snd-aoa Olaf Hering
2006-12-02 10:15 ` [PATCH] create device " Olaf Hering
2006-12-04  8:50   ` Johannes Berg
2006-12-04  8:48 ` [PATCH] create driver " Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.