Comment 1 for bug 76311

Revision history for this message
lucck (lucjan-bryndza) wrote :

I resolved this problem after compile and install from sources alsa-driver-1.0.13 and compile and install from sources alsa-lib-1.0.13 with changed driver configuration in file ./src/conf/cards/CS46xx.conf

CODE
    capture.pcm {
        type plug
        slave.pcm {
            @func concat
- strings [ "dsnoop:" $CARD ] <- delete this line
+ strings [ "hw:" $CARD ] <- add this line
        }
    }

After this changes recoring works perfectly.