Hi! From: Marcel Janssen <mphm.janssen@xxxxxxx> > I know it's not really related to v4l, but perhaps anyone here can > point me to a usergroup for devfs. > > using devfs, I got one mixer. This is either the tvmixer or the > mixer of my sound card. But not both. See linux/Documentation/filesystems/devfs/README. There is a good pointer to homepage and mailinglist. Anyway, I'm using devfs with two mixers (mad16.c and my rewritten aci.c). Works as expected. Depends currently on load time which mixer is the second. - That's okay. I see no need to change the code again... [siemer@panorama src]$ ls -la /dev/sound/mix* crw------- 1 root root 14, 0 Jan 1 1970 /dev/sound/mixer crw------- 1 root root 14, 16 Jan 1 1970 /dev/sound/mixer1 [siemer@panorama src]$ Ciao, Robert