Hi there,
i'm having slight problems getting the alsa-jack plugin to work.
Here's my .asoundrc:
pcm.!default {
type hw
card 0
}
ctl.!default {
type hw
card 0
}
pcm.jack {
type jack
playback_ports {
0 alsa_pcm:playback_1
1 alsa_
Hi there,
i'm having some troubles compiling a 32 bit version of the alsa-plugins
on my Fedora x64 system.
When compiling and installing, by default 64 bit shared objects get
installed in /usr/lib. To compile 32 bit versions, so far i have tried
the following:
used 'setarch i386 ./configure'