<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    these aliases seem like /etc/modules.d/aliases syntax for making
    snd-hdsp device always appear as hw:2<br>
    <br>
    to use asoundrc to make hw:2,0 the default device you'd do something
    like<br>
    <span class="st"><span class="f"> </span><em>pcm</em>.!<em>default</em>
      { type hw card 2 device 0 }</span><br>
    in your ~/.asoundrc or /etc/asound.conf<br>
    <br>
    k.<br>
    <br>
    On 12/05/11 14:26, Donald Steven wrote:
    <blockquote cite="mid:4EDD1AE9.1000204@aim.com" type="cite">
      <pre wrap="">I should have added (.asoundrc):

alias snd-card-0 snd-hda
options snd-card-0 index=1
options snd-hda index=1

alias snd-card-1 snd-intel
options snd-card-1 index=2
options snd-intel index=2

alias snd-card-2 snd-hdsp
options snd-card-2 index=0
options snd-hdsp index=0

plus (for local.conf):

alias snd-card-0 snd-CARD_0
options snd-card-0 index=1
options snd-CARD_0 index=1

alias snd-card-1 snd-CARD_1
options snd-card-1 index=2
options snd-CARD_1 index=2

alias snd-card-2 snd-CARD_2
options snd-card-2 index=0
options snd-CARD_2 index=0

On 12/5/2011 2:22 PM, Donald Steven wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">If I set up local.conf as:

alias snd-card-0 snd-CARD_0
options snd-card-0 index=1
options snd-CARD_0 index=1
alias snd-card-1 snd-CARD_1
options snd-card-1 index=2
options snd-CARD_1 index=2
...
alias snd-card-2 snd-CARD_2
options snd-card-2 index=0
options snd-CARD_2 index=0

i.e., I bump the indices of snd-card-0 to 1, snd-card-1 to 2 and 
snd-card-2 to 0, is that all I need to do?

Don

On 12/5/2011 1:42 PM, Joe Hartley wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">On Mon, 05 Dec 2011 07:06:47 -0500
Donald Steven<a class="moz-txt-link-rfc2396E" href="mailto:dsteven@rider.edu">&lt;dsteven@rider.edu&gt;</a>  wrote:

</pre>
          <blockquote type="cite">
            <pre wrap="">I have three sound cards:

0: motherboard
1: graphics card
2: RME card.

I want to use the RME card.
</pre>
          </blockquote>
          <pre wrap="">The answer can be found here:
<a class="moz-txt-link-freetext" href="http://ccrma.stanford.edu/planetccrma/software/installplanetfourteen.html#SECTION00020600000000000000">http://ccrma.stanford.edu/planetccrma/software/installplanetfourteen.html#SECTION00020600000000000000</a> 


In short, edit your ~/.asoundrc file to set your default to the RME
card.

</pre>
        </blockquote>
      </blockquote>
      <pre wrap="">
_______________________________________________
PlanetCCRMA mailing list
<a class="moz-txt-link-abbreviated" href="mailto:PlanetCCRMA@ccrma.stanford.edu">PlanetCCRMA@ccrma.stanford.edu</a>
<a class="moz-txt-link-freetext" href="http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma">http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>