> It's a matter of device number assignment.  You can achieve it easily
> even without udev manually or automatically by some script.
> 
> For example, in the new case, minor#5 corresponds to
> /dev/snd/pcmC0D2p:
>       5: [ 0- 2]: digital audio playback
> 
> then you need to create a device file like
>       mknod /dev/snd/pcmC0D2p c 116 5
> 
> Write a script to call for each line of /proc/asound/devices and call
> it in an init script after loading the sound modules.
> Takashi

Thanks a lot Takashi, I will do that to avoid using udev
solely to this. But one question remains:

- If they are dyn. assgn. can I count that they will de facto
be the same next boot (remember that in this particular case
I have my own rc.x carefully crafted to load my mods.)

e.g. can i be shure they will repeat next boot?
OR.. i assume *NOT* and traverse the new schema to assign ?

TX


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to