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.
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
jackd 0.102.20
Copyright 2001-2005 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
JACK compiled with System V SHM support.
loading driver ..
creating alsa driver ... playback|playback|1024|2|48000|0|0|nomon|swmeter|-|32bit
configuring for 48000Hz, period = 1024 frames, buffer = 2 periods
ALSA: no playback configurations available (Invalid argument)
ALSA: cannot configure capture channel
cannot load driver module alsa
no message buffer overruns
Here is some of my setup...
pcm.multi
{
type multi;
slaves.a.pcm "hw:0";
slaves.a.channels 10;
slaves.b.pcm "hw:1";
slaves.b.channels 2;
bindings.0.slave a;
bindings.0.channel 0
bindings.1.slave a;
bindings.1.channel 1
bindings.2.slave a;
bindings.2.channel 2
bindings.3.slave a;
bindings.3.channel 3
bindings.4.slave a;
bindings.4.channel 4
bindings.5.slave a;
bindings.5.channel 5
bindings.6.slave a;
bindings.6.channel 6
bindings.7.slave a;
bindings.7.channel 7
bindings.8.slave a;
bindings.8.channel 8
bindings.9.slave a;
bindings.9.channel 9
bindings.10.slave b;
bindings.10.channel 0;
bindings.11.slave b;
bindings.11.channel 1;
}
ctl.multi
{
type hw;
card 0;
}
pcm.playback
{
type route;
slave.pcm "multi";
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;
ttable.10.10 1;
ttable.11.11 1;
}
ctl.playback
{
type hw;
card 0;
}
0 [M44 ]: ICE1712 - M Audio Delta 44
M Audio Delta 44 at 0x14c0, irq 18
1 [I82801AAICH ]: ICH - Intel 82801AA-ICH
Intel 82801AA-ICH with AD1885 at 0x2000, irq 19
2 [UM2 ]: USB-Audio - UM-2
EDIROL UM-2 at usb-0000:00:1f.2-2, full speed
2: : timer
3: : sequencer
4: [ 0- 0]: digital audio playback
5: [ 0- 0]: digital audio capture
6: [ 0] : control
7: [ 2- 0]: raw midi
8: [ 2] : control
9: [ 1- 1]: digital audio capture
10: [ 1- 0]: digital audio playback
11: [ 1- 0]: digital audio capture
12: [ 1] : control
00-00: ICE1712 multi : ICE1712 multi : playback 1 : capture 1
01-01: Intel ICH - MIC ADC : Intel 82801AA-ICH - MIC ADC : capture 1
01-00: Intel ICH : Intel 82801AA-ICH : playback 1 : capture 1
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
------------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-user