> Your 'ttable' device has 5 channels.
> 
> To get 2 channels, use a different routing:
> 
>   pcm.stereo_to_5 {
>       type route
>       slave.pcm multi
>       ttable.0.0 1    # L -> front L
>       ttable.1.1 1    # R -> front R
>       ttable.0.2 1    # L -> rear L
>       ttable.1.3 1    # R -> rear R
>       ttable.0.4 0.5  # L -> 50% LFE
>       ttable.1.4 0.5  # R -> 50% LFE
>   }

Am I supposed to use that to replace my entire
.asoundrc contents? or just the "ttable" section?
Either way alsaplayer just spits out something about a
corrupt .asoundrc file.

.asoundrc contents:
pcm.!default = pcm.stereo_to_5

pcm.stereo_to_5 {
        type route
        slave.pcm multi
        ttable.0.0 1    # L -> front L
        ttable.1.1 1    # R -> front R
        ttable.0.2 1    # L -> rear L
        ttable.1.3 1    # R -> rear R
        ttable.0.4 0.5  # L -> 50% LFE
        ttable.1.4 0.5  # R -> 50% LFE
}

alsaplayer spits this out:

$ alsaplayer
ALSA lib pcm_multi.c:1023:(_snd_pcm_multi_open)
Invalid or missing sidx for channel 4
snd_pcm_open: Invalid argument (default)
Failed to initialize plugin!
Failed to register plugin:
/usr/lib/alsaplayer/output/libalsa_out.so
Failed to load output plugin "alsa". Trying defaults.
ALSA lib pcm_multi.c:1023:(_snd_pcm_multi_open)
Invalid or missing sidx for channel 4
snd_pcm_open: Invalid argument (default)
Failed to initialize plugin!
/usr/lib/alsaplayer/output/libalsa_out.so failed to
load
[ctrl+c]
$

Thanks again.


        
                
__________________________________
Do you Yahoo!?
Yahoo! Movies - Buy advance tickets for 'Shrek 2'
http://movies.yahoo.com/showtimes/movie?mid=1808405861 


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to