My objective for purchasing this card is to use it to output several different stereo channels of sound to my home audio equiment concurrently. The configurations that were posted on this group all worked on prior versions of ALSA then something broke. From here on I'm kinda lost.
I did make this modification to ICE1712.conf as suggested in this group. This defaults to the S32_LE format you suggested. From there I'm not sure how to make the card work this way.
# default with dmix & dsnoop
ICE1712.pcm.default {
<at> args [ CARD ]
<at> args.CARD {
type string
}
type asym
playback.pcm {
type plug
slave.pcm {
<at> func concat
strings [ "dmix:" $CARD ",FORMAT=S32_LE" ]
}
}
capture.pcm {
type plug
slave.pcm {
<at> func concat
strings [ "dsnoop:" $CARD ",FORMAT=S32_LE" ]
}
}
}
On 1/17/06, Lee Revell <[EMAIL PROTECTED]> wrote:
On Tue, 2006-01-17 at 18:21 -0500, Rich Rosa wrote:
> I appreciate your help.
>
> I upgaded to 1.0.11rc2. It is patched with the ICE1712.conf changes.
It looks like your .asoundrc is incorrect, it does not specify S32_LE
format which is all the hardware supports.
Why don't you just remove the .asoundrc and use the default
configuration?
Lee