Hello.

I have this in my .asoundrc:

pcm.!default {
              type hw
              card 2
}

pcm_slave.51to40
{
type route
slave.pcm "surround51"
slave.channels 6

# Front and rear
ttable.0.0 1
ttable.1.1 1
ttable.2.2 1
ttable.3.3 1

# Center channel routing (routed to front-left and front-right),
# 6dB gaindrop (gain of 0.5) per channel
ttable.4.0 0.5
ttable.4.1 0.5

# LFE channel routing (routed to front-left and front-right),
# 6dB gaindrop (gain of 0.5) per channel
ttable.5.0 0.5
ttable.5.1 0.5
}

I'm trying to use speaker-test -c 6 -D 51to40 to test my speakers, but it 
doesn't work.

I'd like the output to go on my 3rd soundcard (hence the !default with "card 
2") but it is routed on my 1st card, which is stereo only.

Reading the ALSA documentation on the wiki is no help, since it seems to be 
either inaccurate or out of date.

How do I define a slave to set the card number to 2, then go into 51to40?

Thanks.

_________________________________________________________________
Ten : profite de ton Messenger en illimité sur ton mobile !  
http://mobile.live.fr/messenger/ten/


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to