Hi Tim,

Isn't the 8200 on card1 and you have a symbolic link named "Series" to
that. If you do
# ls -l /proc/asound

you will have

lrwxrwxrwx    1 root     root             5 Sep 14 21:25 TXRX -> card0
lrwxrwxrwx    1 root     root             5 Sep 14 21:25 Series ->
card1

So you can have something like this in asound.conf.

pcm.usbdac {
type hw;
card Series;
}
ctl.usbdac {
type hw;
card Series;
}
pcm.!default usbdac

Or are you going through udev to get a specific alsa number?


-- 
mjensen
------------------------------------------------------------------------
mjensen's Profile: http://forums.slimdevices.com/member.php?userid=49596
View this thread: http://forums.slimdevices.com/showthread.php?t=82110

_______________________________________________
Touch mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to