Hello,
in order to slove this problem I applied this patch to the following file : 
/usr/share/alsa/cards/ICE1712.conf

In the PCM.FRONT section I added two config lines :
slave.format S32_LE
        slave.channels 10

So, my pcm.front section looks like :

CE1712.pcm.front.0 {
        @args [ CARD ]
        @args.CARD {
                type string
        }
        type route
        ttable.0.0 1
        ttable.1.1 1
        slave.pcm {
                type hw
                card $CARD
        }
        slave.format S32_LE
        slave.channels 10 
}       

Then , in the module option I added the rank of the sound card :

options snd-ice1712 model=audiophile index=0

I don't know if that option is required.

Now my sound cark works perfectly

Regards

-- 
Missing analog output with M-audio audiophile 2476 (ICE1712)
https://bugs.launchpad.net/bugs/515874
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to