On Mon, 13 May 2002, jchen@ptopa wrote:

> May 13 16:51:29 linuxjulius kernel: usbaudio: registered dsp 14,35
> May 13 16:51:29 linuxjulius kernel: usbaudio: registered mixer 14,16

> crw-------    1 root     root      14,   3  4月 11 23:25 /dev/dsp
> crw-------    1 root     root      14,  19  4月 11 23:25 /dev/dsp1

Looks like you haven't read what people told you to read. Just do:

mknod /dev/dsp2 c 14 35

> crw-------    1 root     root      14,  16  4月 11 23:25 /dev/mixer1

You should be able to see 2nd mixer in gmix or other program.

Just use /dev/dsp2 with it and it should be OK. How ? Refer
to docs of your application or audio doc.s

I do a symblic link:

lrwxrwxrwx    1 root     root            4 May 10 21:33 /dev/dsp -> dsp1
crw-------    1 pliszka  root      14,   3 Aug 30  2001 /dev/dsp0
crw-------    1 pliszka  root      14,  19 May 10 21:32 /dev/dsp1

This way my default device is dsp1

BR,

Jacek


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to