Defining the default soundcard

From: csj (csj_at_zapo.net)
Date: 04/30/04

  • Next message: Kenneth Macdonald Karlsen: "Re: sarge?"
    Date: Sat, 01 May 2004 04:36:14 +0800
    To: debian-user@lists.debian.org
    
    

    I have two sound cards. According to the best documentation I've
    found, to set the *default* alsa soundcard, I must insert the
    following in $HOME/.asoundrc:

    pcm.!default {
            type hw
            card 2
            }
    ctl.!default {
            type hw
            card 2
            }

    This works for alsa-aware programs like alsaplayer and xine. But
    this doesn't work for programs that work only with OSS or thru
    alsa's OSS emulation like xmms (without the alsa plugin) and all
    the games I have instaled like pachi and armagetron.

    Is there a way for me to define the sound card used by ALSA's OSS
    emulation layer?

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Kenneth Macdonald Karlsen: "Re: sarge?"