Re: [Alsa-user] Need help with Delta44 + on-board multi setup
Brought to you by:
perex
|
From: Lee R. <rlr...@jo...> - 2007-02-23 00:32:03
|
On 2/22/07, Eric <ef...@ya...> wrote: > Hello, > > I am trying to figure out how to create an .asoundrc that will allow me to > use Jack in the following manner: > > Use my Delta44 (ice1712) card as the primary capture/playback device. Use my > on-board Intel 82801 (AudioPCI ?) as a secondary playback device, both of > which I want to access through qjackctl at the same time. Not really possible - the cards will drift out of sync. > > I have tried many of the suggested methods using alsa "multi" but without > any luck. > > I am having a difficult time understanding how to properly do this. > > jackd -d alsa -d playback Try "-P playback" rather than "-D playback". But even if you get jack to run, it will not work well - you will get xruns due to the lack of hardware sync between the cards. Lee |