Comment 2 for bug 515874

Revision history for this message
Alexandre Touret (atouret) wrote : Re: Missing analog output with M-audio audiophile 2476 (ICE1712)

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