I appreciate your help.

I upgaded to 1.0.11rc2. It is patched with the ICE1712.conf changes.

This is the error I get in alsaplayer

$ alsaplayer -d channel12 joe.mp3
ALSA lib pcm_direct.c:813:(snd_pcm_direct_initialize_slave) requested or auto-format is not available
ALSA lib pcm_dmix.c:864:(snd_pcm_dmix_open) unable to initialize slave
snd_pcm_open: Invalid argument (channel12)
Failed to initialize plugin!
Failed to register plugin: /usr/lib/alsaplayer/output/libalsa_out.so
Failed to load output plugin "alsa". Trying defaults.
ALSA lib pcm_direct.c:813:(snd_pcm_direct_initialize_slave) requested or auto-format is not available
ALSA lib pcm_dmix.c:864:(snd_pcm_dmix_open) unable to initialize slave
snd_pcm_open: Invalid argument (channel12)
Failed to initialize plugin!
/usr/lib/alsaplayer/output/libalsa_out.so failed to load


Here is my asound.conf

# Asound.conf START
pcm.ice1712 {
        type hw
        card 0
        device 0
}

# envy24 channel 1 only
pcm.channel1 {
        type plug
        ttable.0.0 1
        ttable.0.1 1
        slave.pcm ice1712
}

# envy24 channel 2 only
pcm.channel2 {
        type plug
        ttable.0.2 1
        ttable.0.3 1
        slave.pcm ice1712
}


# envy24 channel 3 only
pcm.channel3 {
        type plug
        ttable.0.4 1
        ttable.0.5 1
        slave.pcm ice1712
}

pcm.channel12 {
    type dmix
    ipc_key 1024
    slave {
    pcm "hw:0,0"
        period_time 0
        period_size 1024
        buffer_size 4096
        rate 44100
    }
    bindings {
        0 2
        1 3
    }
}





On 1/17/06, Lee Revell < [EMAIL PROTECTED]> wrote:
On Tue, 2006-01-17 at 15:01 -0500, Rich Rosa wrote:
> What do you think of downgrading to make this work?

It still does not work with the latest ALSA version?

How exactly are you testing it, and what is the exact error you get?

Lee


Reply via email to