Setting the default device: Difference between revisions

From AlsaProject
Jump to navigation Jump to search
(Created page with "Find your desired card with: cat /proc/asound/cards and then create /etc/asound.conf with following: pcm.!default { type hw card 1 } ct...")
 
No edit summary
 
Line 5: Line 5:
and then create /etc/asound.conf with following:
and then create /etc/asound.conf with following:


     pcm.!default {
     defaults.pcm.card 1
        type hw
     defaults.ctl.card 1
        card 1
     }
   
    ctl.!default {
        type hw         
        card 1
    }


Replace "card 1" with number of your card determined above.
Replace "1" with number of your card determined above.

Latest revision as of 21:28, 23 June 2015

Find your desired card with:

   cat /proc/asound/cards

and then create /etc/asound.conf with following:

   defaults.pcm.card 1
   defaults.ctl.card 1

Replace "1" with number of your card determined above.