View Single Post
Old 08-22-2018, 06:53 PM   #86
Jack Winter
Human being with feelings
 
Jack Winter's Avatar
 
Join Date: Aug 2007
Location: Luxembourg/Spain
Posts: 1,922
Default

Quote:
Originally Posted by Glennbo View Post
Done! No I had nothing running at the time. It's probably Pulse Audio, but I don't want to take that down because I have other things working real well that use it.
Just looked through the file, it just contains information about distro, kernel, alsa, modules loaded, soundcards detected, etc. No private information at all. It's a tool to allow alsa devs to get the information they need in one go, instead of having to ask the user piecemeal.

Regarding the command (in case it's PA), try "pasuspender -- aplay -v --dump-hw-params -fdat -d1 -Dhw:M2496 /dev/zero"

I see that your indexes moved again..:S Maybe that's why one of my earlier attempts failed, try this:

Code:
pcm.Multi {
    type multi;
    slaves.a.pcm "hw:M2496";
    slaves.a.channels 2;
    slaves.b.pcm "hw:M2496_1";
    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;
}

ctl.Multi
{
    type hw;
    card "M2496";
}
Try: /usr/bin/jackd -P80 -S -dalsa -dMulti -r44100 -p64 -n2 -Xseq
__________________
Reaper for Linux Documentation (WIP). Software: Archlinux/KDE, Fabfilter FX, Komplete 8, Nebula, Schwa/Stillwell, T-racks Max/Amplitube/SVX, etc. Gear: i7-2600k/4700HQ/16GB, RME Multiface/Babyface, Behringer X32, Genelec 8040, etc. :)
Jack Winter is offline   Reply With Quote