Pascal Hibon wrote:
> Maybe you can bind two outputs by modifying the asound.config file.
> I've done that a long time ago on the Wandboard (also to drive analog VU
> meters).
> Below is what I found in my old notes but you would need to modify it to
> suite the PI.
>
>
> >
Code:
--------------------
> >
> # bind analog and spdif into a single card
> pcm.!default {
> type plug;
> slave.pcm {
> type multi;
> slaves.a.pcm "hw:0,0";
> slaves.b.pcm "hw:1,0";
> slaves.a.channels 2;
> slaves.b.channels 2;
> bindings.0.slave a;
> bindings.0.channel 0;
> bindings.1.slave a;
> bindings.1.channel 1;
> bindings.2.slave b;
> bindings.2.channel 0;
> bindings.3.slave b;
> bindings.3.channel 1;
> }
>
> ttable.0.0 1;
> ttable.1.1 1;
> ttable.0.2 1;
> ttable.1.3 1;
> }
>
>
--------------------
> >
hi Pascal Hibon,
I have tried similar /etc/asound.conf files. The sound does come out of
both (ananlog and usb in my case) but the sound is very distorted. I
have been unsuccessful in tuning for the Raspberry Pi or finding a
working solution on the internet specifically for the Raspberry Pi.
I have read that XMBC on the Raspberry Pi supports dual output channels
but I haven't found out how they did it.
regards
Greg
------------------------------------------------------------------------
Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=97803
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix