On Mon, 20 Mar 2006 21:58:39 +0100
Thomas Kuther <[EMAIL PROTECTED]> wrote:

> Hi People,
> 
> upgrading to alsa-lib/-kernel/-etc.. 1.0.11-rc3 somehow confused my
> soundcard setup.
> I got:
>  0 [M2496          ]: ICE1712 - M Audio Audiophile 24/96
>                       M Audio Audiophile 24/96 at 0xd800, irq 5
>  1 [Juli           ]: ICE1724 - ESI Juli@
>                       ESI Juli@ at 0xc800, irq 3
>  2 [V8235          ]: VIA8233 - VIA 8235
>                       VIA 8235 with VIA1612A at 0xb400, irq 5
> 
> and i use card 1 as my main card to listen from. I had all cards
> set up, both dmixed, and dsnoop'ed mic-in from the onboard - all
> borked it seems. So to start from scratch: my current asoundrc looks
> like this:
> 
> # ICE 1724 ESI Juli@
> #
> pcm.ice1724 {
>     type hw
>     card 1
> }
> 
> pcm.!default {
>         type plug
>         slave.pcm "ice1724"
> }
> 
> pcm.dmixer  {
>         type dmix
>         ipc_key 1024
>         slave {
>                 format S32_LE
>                 pcm {
>                         type hw
>                         card 1
>                         device 0
>                 }
>                 period_time 0
>                 period_size 1024
>                 buffer_size 8192
>                 rate 44100
>         }
>         bindings {
>                 0 0
>                 1 1
>         }
> }
> 
> pcm.jackplug {
>         type plug
>         slave { pcm "jack" }
> }
> 
> pcm.jack {
>         type jack
>         playback_ports {
>                 out_000 alsa_pcm:playback_1
>                 out_001 alsa_pcm:playback_2
>         }
>         capture_ports {
>                 in_0 alsa_pcm:capture_1
>                 in_1 alsa_pcm:pcapture_2
>         }
> }
> 
> The Problem is that dmix doesn't work with that setup anymore. 
> The second Problem is:
> if i delete the asoundrc, my card 0 gets the "default", dmix works,
> but it plays way too slow. And as i prefer to be able to control the
> cards with asoundrc, it would be nice if someone could tell me
> 
> a) how an asoundrc for ice1724 with dmix enabled has to look like
> since 1.0.11-rc3
> b) where i can change the default values for ice1712, as it plays too
> slow
> c) is there another way to redefine the "default" device other than
> using an .asoundrc? changing the aliases for the modules is too
> complicated...
> 
> Thanks in advance
> Tom
> 

OK, I managed to "fix" the slow play of the ICE1712 card by
editing /usr/share/alsa/cards/ICE1712.conf:

                slave.pcm {
                        @func concat
                        strings [ "dmix:" $CARD ",FORMAT=S32_LE,RATE=44100" ]
                }

But it would be nice to know how to edit the above .asoundrc for the ICE1724 
card 
because i'd like to define an alsa-jack device. Any help on that?

Regards
Tom


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to