summaryrefslogtreecommitdiffstats
path: root/sound/aoa/core/snd-aoa-alsa.h
diff options
context:
space:
mode:
authorOlaf Hering2006-12-07 08:24:12 +0100
committerJaroslav Kysela2007-02-09 09:02:20 +0100
commit61e77107fa849b69f50ebe96217ba3468a216ba8 (patch)
treef5de025be0eccc997f6b1f1bd0a3d511855b3276 /sound/aoa/core/snd-aoa-alsa.h
parent[ALSA] add struct snd_pcm_substream forward declaration (diff)
downloadkernel-qcow2-linux-61e77107fa849b69f50ebe96217ba3468a216ba8.tar.gz
kernel-qcow2-linux-61e77107fa849b69f50ebe96217ba3468a216ba8.tar.xz
kernel-qcow2-linux-61e77107fa849b69f50ebe96217ba3468a216ba8.zip
[ALSA] create device symlink in snd-aoa
create sysfs device symlinks for snd-aoa in /sys/class/sound/controlC0 This allows hald to recognize the device as sound device. Furthermore it allows the desktop user to actually access the sound device nodes. hald and related packages will modify the acl attributes. Fixes https://bugzilla.novell.com/show_bug.cgi?id=106294 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/core/snd-aoa-alsa.h')
-rw-r--r--sound/aoa/core/snd-aoa-alsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/aoa/core/snd-aoa-alsa.h b/sound/aoa/core/snd-aoa-alsa.h
index 660d2f1793bb..9669e4489cab 100644
--- a/sound/aoa/core/snd-aoa-alsa.h
+++ b/sound/aoa/core/snd-aoa-alsa.h
@@ -10,7 +10,7 @@
#define __SND_AOA_ALSA_H
#include "../aoa.h"
-extern int aoa_alsa_init(char *name, struct module *mod);
+extern int aoa_alsa_init(char *name, struct module *mod, struct device *dev);
extern void aoa_alsa_cleanup(void);
#endif /* __SND_AOA_ALSA_H */