Hi,

I've got a RME 96/8 PAD, and I try to create a virtual
device with asoundrc, which would allowed me to have
both the stereo device and the adat one at the same
time in JACK.

He's my asoundrc:

pcm.rme_stereo {
        type hw
        card 0
        device 0
}

ctl.rme_stereo {
        type hw
        card 0
        device 0
}

pcm.rme_adat {
        type hw
        card 0
        device 1
}

ctl.rme_adat {
        type hw
        card 0
        device 1
}

pcm.rme96 {
        type multi;
        slaves.a.pcm rme_stereo;
        slaves.a.channels 2;
        slaves.b.pcm rme_adat;
        slaves.b.channels 8;
        bindings.0.slave a;
        bindings.0.channel 0;
        bindings.1.slave a;
        bindings.1.channel 1;
        bindings.0.slave b;
        bindings.0.channel 0;
        bindings.1.slave b;
        bindings.1.channel 1;
        bindings.4.slave b;
        bindings.4.channel 2;
        bindings.5.slave b;
        bindings.5.channel 3;
        bindings.6.slave b;
        bindings.6.channel 4;
        bindings.7.slave b;
        bindings.7.channel 5;
        bindings.8.slave b;
        bindings.8.channel 6;
        bindings.9.slave b;
        bindings.9.channel 7;

        
}
pcm.rme{
        type route;
        slave.pcm rme96;
        ttable.0.0 1;
        ttable.1.1 1;
        ttable.2.2 1;
        ttable.3.3 1;
        ttable.4.4 1;
        ttable.5.5 1;
        ttable.6.6 1;
        ttable.7.7 1;
        ttable.8.8 1;
        ttable.9.9 1;
}
ctl.rme{
        type hw
        card 0
}


But, infortunately, it doesn't work... Maybe I made a
mistake, if you see one... 

But, i've also the idea that it isn't possible, cause
the buffer and period in JACK for the two devices
alone aren't the same... There's no matching
configuration...

Well, when i try to run my device rme in JACK, i've
got:

jackd 0.94.0
Copyright 2001-2003 Paul Davis and others.
jackd comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to
redistribute it
under certain conditions; see the file COPYING for
details
loading driver ..
apparent rate = 44100
creating alsa driver ...
rme|-|256|8|44100|0|0|hwmon|hwmeter|soft-mode|32bit
ALSA lib pcm_hw.c:1055:(snd_pcm_hw_open) open
/dev/snd/pcmC0D1p failed: Device or resource busy
the playback device "rme" is already in use. Please
stop the application using it and run JACK again
cannot load driver module alsa
12:20:18.451 JACK was stopped successfully.

But, there is no other applications using one or the
other of the devices, so I don't understand.

If anyone got an idea...

Thanks 

François


        

        
                
Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! 
Messenger sur http://fr.messenger.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to